Title: [209419] trunk/LayoutTests
Revision
209419
Author
simon.fra...@apple.com
Date
2016-12-06 14:10:19 -0800 (Tue, 06 Dec 2016)

Log Message

Mark two tiled-drawing tests as flakey. Layout viewport rect computation has issues in subframes,
covered by https://bugs.webkit.org/show_bug.cgi?id=165489.

* platform/mac-wk2/TestExpectations:
* tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt:
* tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209418 => 209419)


--- trunk/LayoutTests/ChangeLog	2016-12-06 21:59:51 UTC (rev 209418)
+++ trunk/LayoutTests/ChangeLog	2016-12-06 22:10:19 UTC (rev 209419)
@@ -1,3 +1,12 @@
+2016-12-06  Simon Fraser  <simon.fra...@apple.com>
+
+        Mark two tiled-drawing tests as flakey. Layout viewport rect computation has issues in subframes,
+        covered by https://bugs.webkit.org/show_bug.cgi?id=165489.
+
+        * platform/mac-wk2/TestExpectations:
+        * tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt:
+        * tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt:
+
 2016-12-06  Dave Hyatt  <hy...@apple.com>
 
         REGRESSION (r209396): animations/font-variations/font-variation-settings* tests timing out

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (209418 => 209419)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2016-12-06 21:59:51 UTC (rev 209418)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2016-12-06 22:10:19 UTC (rev 209419)
@@ -267,6 +267,8 @@
 webkit.org/b/148407 tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html [ Pass Failure ]
 webkit.org/b/148407 tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html [ Pass Failure ]
 webkit.org/b/165196 tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html [ Pass Failure ]
+webkit.org/b/165489 tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html [ Pass Failure ]
+webkit.org/b/165489 tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html [ Pass Failure ]
 
 webkit.org/b/148408 tiled-drawing/scrolling/root-overflow-with-mousewheel.html [ Pass Failure Timeout ]
 

Modified: trunk/LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt (209418 => 209419)


--- trunk/LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt	2016-12-06 21:59:51 UTC (rev 209418)
+++ trunk/LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt	2016-12-06 22:10:19 UTC (rev 209419)
@@ -15,7 +15,7 @@
         (Frame scrolling node
           (scrollable area size 500 300)
           (contents size 500 420)
-          (layout viewport at (500,300) size 500x300)
+          (layout viewport at (0,0) size 500x300)
           (min layout viewport origin (0,0))
           (max layout viewport origin (0,120))
           (children 1

Modified: trunk/LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt (209418 => 209419)


--- trunk/LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt	2016-12-06 21:59:51 UTC (rev 209418)
+++ trunk/LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt	2016-12-06 22:10:19 UTC (rev 209419)
@@ -10,7 +10,7 @@
     (Frame scrolling node
       (scrollable area size 500 300)
       (contents size 500 420)
-      (layout viewport at (500,300) size 500x300)
+      (layout viewport at (0,0) size 500x300)
       (min layout viewport origin (0,0))
       (max layout viewport origin (0,120))
       (children 1
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to