Title: [211715] branches/safari-603-branch/LayoutTests
Revision
211715
Author
matthew_han...@apple.com
Date
2017-02-05 22:17:55 -0800 (Sun, 05 Feb 2017)

Log Message

Merge r211523. rdar://problem/29453068

Modified Paths

Diff

Modified: branches/safari-603-branch/LayoutTests/ChangeLog (211714 => 211715)


--- branches/safari-603-branch/LayoutTests/ChangeLog	2017-02-06 06:17:50 UTC (rev 211714)
+++ branches/safari-603-branch/LayoutTests/ChangeLog	2017-02-06 06:17:55 UTC (rev 211715)
@@ -1,5 +1,20 @@
 2017-02-05  Matthew Hanson  <matthew_han...@apple.com>
 
+        Merge r211523. rdar://problem/29453068
+
+    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-05  Matthew Hanson  <matthew_han...@apple.com>
+
         Merge r211504. rdar://problem/30301117
 
     2017-02-01  Chris Dumez  <cdu...@apple.com>

Modified: branches/safari-603-branch/LayoutTests/compositing/geometry/fixed-in-composited.html (211714 => 211715)


--- branches/safari-603-branch/LayoutTests/compositing/geometry/fixed-in-composited.html	2017-02-06 06:17:50 UTC (rev 211714)
+++ branches/safari-603-branch/LayoutTests/compositing/geometry/fixed-in-composited.html	2017-02-06 06:17:55 UTC (rev 211715)
@@ -5,7 +5,7 @@
   <style type="text/css" media="screen">
     body {
       margin: 0;
-      height: 1000px;
+      height: 2000px;
     }
 
     .container {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to