Title: [211523] trunk/LayoutTests
Revision
211523
Author
simon.fra...@apple.com
Date
2017-02-01 13:44:18 -0800 (Wed, 01 Feb 2017)

Log Message

REGRESSION (r211379): [ios-simulator] LayoutTest compositing/geometry/fixed-in-composited.html is failing
https://bugs.webkit.org/show_bug.cgi?id=167620
rdar://problem/30309207

The body needs to be taller to allow the scrollBy() to be a stable scroll.

* compositing/geometry/fixed-in-composited.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (211522 => 211523)


--- trunk/LayoutTests/ChangeLog	2017-02-01 21:26:55 UTC (rev 211522)
+++ trunk/LayoutTests/ChangeLog	2017-02-01 21:44:18 UTC (rev 211523)
@@ -1,3 +1,14 @@
+2017-02-01  Simon Fraser  <simon.fra...@apple.com>
+
+        REGRESSION (r211379): [ios-simulator] LayoutTest compositing/geometry/fixed-in-composited.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=167620
+        rdar://problem/30309207
+
+        The body needs to be taller to allow the scrollBy() to be a stable scroll.
+
+        * compositing/geometry/fixed-in-composited.html:
+        * platform/ios-simulator/TestExpectations:
+
 2017-02-01  Chris Dumez  <cdu...@apple.com>
 
         REGRESSION(r205136): {}.toString.call(crossOriginWindow) should not throw

Modified: trunk/LayoutTests/compositing/geometry/fixed-in-composited.html (211522 => 211523)


--- trunk/LayoutTests/compositing/geometry/fixed-in-composited.html	2017-02-01 21:26:55 UTC (rev 211522)
+++ trunk/LayoutTests/compositing/geometry/fixed-in-composited.html	2017-02-01 21:44:18 UTC (rev 211523)
@@ -5,7 +5,7 @@
   <style type="text/css" media="screen">
     body {
       margin: 0;
-      height: 1000px;
+      height: 2000px;
     }
 
     .container {

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (211522 => 211523)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2017-02-01 21:26:55 UTC (rev 211522)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2017-02-01 21:44:18 UTC (rev 211523)
@@ -2840,5 +2840,4 @@
 webkit.org/b/167376 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html [ Pass Failure ]
 webkit.org/b/167211 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-weird.html [ Pass Failure ]
 
-webkit.org/b/167620 compositing/geometry/fixed-in-composited.html [ Failure ]
 webkit.org/b/167619 css3/filters/backdrop/dynamic-with-clip-path.html [ ImageOnlyFailure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to