Title: [213073] trunk/LayoutTests
Revision
213073
Author
[email protected]
Date
2017-02-27 09:20:29 -0800 (Mon, 27 Feb 2017)

Log Message

compositing/transitions/transform-on-large-layer.html : ImageDiff produced stderr output
https://bugs.webkit.org/show_bug.cgi?id=168217

Patch by Fujii Hironori <[email protected]> on 2017-02-27
Reviewed by Simon Fraser.

ImageDiff reports an error for image size mismatch of expected and
actual images. But, Nwtr ignores the errors for ref tests at the moment
(Bug 168033). They should have same window size before fixing the
bug.

* compositing/transitions/transform-on-large-layer-expected.html:
Do not resize the window to match the actual.
* fast/css/sticky/sticky-left-percentage-expected.html: Resize the
window to match the actual.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (213072 => 213073)


--- trunk/LayoutTests/ChangeLog	2017-02-27 17:04:53 UTC (rev 213072)
+++ trunk/LayoutTests/ChangeLog	2017-02-27 17:20:29 UTC (rev 213073)
@@ -1,3 +1,20 @@
+2017-02-27  Fujii Hironori  <[email protected]>
+
+        compositing/transitions/transform-on-large-layer.html : ImageDiff produced stderr output
+        https://bugs.webkit.org/show_bug.cgi?id=168217
+
+        Reviewed by Simon Fraser.
+
+        ImageDiff reports an error for image size mismatch of expected and
+        actual images. But, Nwtr ignores the errors for ref tests at the moment
+        (Bug 168033). They should have same window size before fixing the
+        bug.
+
+        * compositing/transitions/transform-on-large-layer-expected.html:
+        Do not resize the window to match the actual.
+        * fast/css/sticky/sticky-left-percentage-expected.html: Resize the
+        window to match the actual.
+
 2017-02-27  Antti Koivisto  <[email protected]>
 
         Add a test verifying cache deduplication is not sensitive to SHA1 collision attack

Modified: trunk/LayoutTests/compositing/transitions/transform-on-large-layer-expected.html (213072 => 213073)


--- trunk/LayoutTests/compositing/transitions/transform-on-large-layer-expected.html	2017-02-27 17:04:53 UTC (rev 213072)
+++ trunk/LayoutTests/compositing/transitions/transform-on-large-layer-expected.html	2017-02-27 17:20:29 UTC (rev 213073)
@@ -18,9 +18,6 @@
         }
     </style>
 </head>
-<script>
-    window.resizeTo(1600,1200);
-</script>
 <body>
     <div id=description> 
         The test passes if the box below turns green.
@@ -29,4 +26,4 @@
         <div id="box"><font style="opacity:0">ABC</font></div>
     </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: trunk/LayoutTests/fast/css/sticky/sticky-left-percentage-expected.html (213072 => 213073)


--- trunk/LayoutTests/fast/css/sticky/sticky-left-percentage-expected.html	2017-02-27 17:04:53 UTC (rev 213072)
+++ trunk/LayoutTests/fast/css/sticky/sticky-left-percentage-expected.html	2017-02-27 17:20:29 UTC (rev 213073)
@@ -36,6 +36,9 @@
         background-color: red;
     }
 </style>
+<script>
+    window.resizeTo(800, 700)
+</script>
 </head>
 <body>
     <div class="group" style="left: -100px;">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to