Title: [152582] trunk/LayoutTests
Revision
152582
Author
[email protected]
Date
2013-07-11 17:50:15 -0700 (Thu, 11 Jul 2013)

Log Message

Replace simple_blank.swf with lines.swf for snapshotting tests.
https://bugs.webkit.org/show_bug.cgi?id=118581.

Reviewed by Tim Horton.

* plugins/resources/lines.swf: Added.
* plugins/snapshotting/autoplay-dominant.html:
* plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html:
* plugins/snapshotting/autoplay-similar-to-dominant.html:
* plugins/snapshotting/plugin-receives-click-event.html:
* plugins/snapshotting/restart.html:
* plugins/snapshotting/simple.html:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (152581 => 152582)


--- trunk/LayoutTests/ChangeLog	2013-07-11 23:59:49 UTC (rev 152581)
+++ trunk/LayoutTests/ChangeLog	2013-07-12 00:50:15 UTC (rev 152582)
@@ -1,3 +1,18 @@
+2013-07-11  Roger Fong  <[email protected]>
+
+        Replace simple_blank.swf with lines.swf for snapshotting tests.
+        https://bugs.webkit.org/show_bug.cgi?id=118581.
+
+        Reviewed by Tim Horton.
+
+        * plugins/resources/lines.swf: Added.
+        * plugins/snapshotting/autoplay-dominant.html:
+        * plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html:
+        * plugins/snapshotting/autoplay-similar-to-dominant.html:
+        * plugins/snapshotting/plugin-receives-click-event.html:
+        * plugins/snapshotting/restart.html:
+        * plugins/snapshotting/simple.html:
+
 2013-07-10  Roger Fong  <[email protected]>
 
         Plugins that don't support snapshotting should not all autostart.

Added: trunk/LayoutTests/plugins/resources/lines.swf


(Binary files differ)
Property changes on: trunk/LayoutTests/plugins/resources/lines.swf ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/plugins/snapshotting/autoplay-dominant.html (152581 => 152582)


--- trunk/LayoutTests/plugins/snapshotting/autoplay-dominant.html	2013-07-11 23:59:49 UTC (rev 152581)
+++ trunk/LayoutTests/plugins/snapshotting/autoplay-dominant.html	2013-07-12 00:50:15 UTC (rev 152582)
@@ -9,4 +9,4 @@
     }, 500);
 }
 </script>
-<embed src="" width="600" height="600"></embed>
+<embed src="" width="600" height="600"></embed>

Modified: trunk/LayoutTests/plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html (152581 => 152582)


--- trunk/LayoutTests/plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html	2013-07-11 23:59:49 UTC (rev 152581)
+++ trunk/LayoutTests/plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html	2013-07-12 00:50:15 UTC (rev 152582)
@@ -6,7 +6,7 @@
     testRunner.waitUntilDone();
     setTimeout(function () {
         var div = document.createElement("div");
-        div.innerHTML = '<embed src="" width="200" height="200"></embed>';
+        div.innerHTML = '<embed src="" width="200" height="200"></embed>';
         document.body.appendChild(div);
         setTimeout(function () {
             testRunner.notifyDone();
@@ -15,5 +15,5 @@
 }
 </script>
 <div>
-<embed src="" width="600" height="600"></embed>
+<embed src="" width="600" height="600"></embed>
 </div>

Modified: trunk/LayoutTests/plugins/snapshotting/autoplay-similar-to-dominant.html (152581 => 152582)


--- trunk/LayoutTests/plugins/snapshotting/autoplay-similar-to-dominant.html	2013-07-11 23:59:49 UTC (rev 152581)
+++ trunk/LayoutTests/plugins/snapshotting/autoplay-similar-to-dominant.html	2013-07-12 00:50:15 UTC (rev 152582)
@@ -10,14 +10,14 @@
 }
 </script>
 <p>
-<embed src="" width="600" height="600"></embed>
+<embed src="" width="600" height="600"></embed>
 </p>
 <p>
-<embed src="" width="200" height="200"></embed>
+<embed src="" width="200" height="200"></embed>
 </p>
 <p>
-<embed src="" width="100" height="100"></embed>
+<embed src="" width="100" height="100"></embed>
 </p>
 <p>
-<embed src="" width="50" height="50"></embed>
+<embed src="" width="50" height="50"></embed>
 </p>

Modified: trunk/LayoutTests/plugins/snapshotting/plugin-receives-click-event.html (152581 => 152582)


--- trunk/LayoutTests/plugins/snapshotting/plugin-receives-click-event.html	2013-07-11 23:59:49 UTC (rev 152581)
+++ trunk/LayoutTests/plugins/snapshotting/plugin-receives-click-event.html	2013-07-12 00:50:15 UTC (rev 152582)
@@ -1,4 +1,4 @@
-<embed id="plugin" src=""
+<embed id="plugin" src=""
 <div id="result">FAIL, plugin did not receive mouse click event.</div>
 <script>
 if (window.testRunner) {

Modified: trunk/LayoutTests/plugins/snapshotting/restart.html (152581 => 152582)


--- trunk/LayoutTests/plugins/snapshotting/restart.html	2013-07-11 23:59:49 UTC (rev 152581)
+++ trunk/LayoutTests/plugins/snapshotting/restart.html	2013-07-12 00:50:15 UTC (rev 152582)
@@ -16,4 +16,4 @@
     }, 500);
 }
 </script>
-<embed src=""
+<embed src=""

Modified: trunk/LayoutTests/plugins/snapshotting/simple.html (152581 => 152582)


--- trunk/LayoutTests/plugins/snapshotting/simple.html	2013-07-11 23:59:49 UTC (rev 152581)
+++ trunk/LayoutTests/plugins/snapshotting/simple.html	2013-07-12 00:50:15 UTC (rev 152582)
@@ -9,4 +9,4 @@
     }, 500);
 }
 </script>
-<embed src=""
+<embed src=""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to