Title: [173475] trunk/LayoutTests
Revision
173475
Author
[email protected]
Date
2014-09-10 11:15:29 -0700 (Wed, 10 Sep 2014)

Log Message

Unreviewed. Fix a snapshotting test. Test was incorrect as it assumed the wrong window size.

* platform/mac-wk2/TestExpectations: Remove some duplicate test expectations.
* platform/mac-wk2/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image-expected.txt:
* plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (173474 => 173475)


--- trunk/LayoutTests/ChangeLog	2014-09-10 18:10:45 UTC (rev 173474)
+++ trunk/LayoutTests/ChangeLog	2014-09-10 18:15:29 UTC (rev 173475)
@@ -1,5 +1,13 @@
 2014-09-10  Roger Fong  <[email protected]>
 
+        Unreviewed. Fix a snapshotting test. Test was incorrect as it assumed the wrong window size.
+
+        * platform/mac-wk2/TestExpectations: Remove some duplicate test expectations.
+        * platform/mac-wk2/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image-expected.txt:
+        * plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html:
+
+2014-09-10  Roger Fong  <[email protected]>
+
         Rollout r173446, the skipped tests still fail only on the bots.
 
         * platform/mac-wk2/TestExpectations:

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (173474 => 173475)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-09-10 18:10:45 UTC (rev 173474)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-09-10 18:15:29 UTC (rev 173475)
@@ -640,8 +640,6 @@
 [ Mavericks ] http/tests/navigation/ping-cookie.html [ Skip ]
 
 # https://bugs.webkit.org/show_bug.cgi?id=133227
-plugins/snapshotting/set-plugin-size-to-tiny.html
-plugins/snapshotting/simple.html
 plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html
 plugins/snapshotting/set-plugin-size-to-tiny.html 
 plugins/snapshotting/simple.html

Modified: trunk/LayoutTests/platform/mac-wk2/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image-expected.txt (173474 => 173475)


--- trunk/LayoutTests/platform/mac-wk2/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image-expected.txt	2014-09-10 18:10:45 UTC (rev 173474)
+++ trunk/LayoutTests/platform/mac-wk2/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image-expected.txt	2014-09-10 18:15:29 UTC (rev 173475)
@@ -3,4 +3,5 @@
 It additionally tests that we take transforms into account.
 
 PASS
-   
+ 
+ 

Modified: trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html (173474 => 173475)


--- trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html	2014-09-10 18:10:45 UTC (rev 173474)
+++ trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html	2014-09-10 18:15:29 UTC (rev 173475)
@@ -1,4 +1,4 @@
-<p>This tests that a plugin should be snapshotted if it is partially covered by an image but not enough to be considered blocking.</p>
+<p style = "white-space: nowrap;">This tests that a plugin should be snapshotted if it is partially covered by an image but not enough to be considered blocking.</p>
 <p> It additionally tests that we take transforms into account. </p>
 <div id="result">FAIL</div>
 <script>
@@ -21,4 +21,4 @@
 <img src="" width="600" height="600" style="position:absolute; top:25px; left:0px">
 <br>
 <embed id="plugin2" src="" width="600" height="600"></embed>
-<img src="" width="300" height="300" style="-webkit-transform:translate(-500px,-200px)">
+<img src="" width="300" height="300" style="-webkit-transform:translate(200px,-500px)">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to