Diff
Modified: trunk/LayoutTests/ChangeLog (203818 => 203819)
--- trunk/LayoutTests/ChangeLog 2016-07-28 15:43:42 UTC (rev 203818)
+++ trunk/LayoutTests/ChangeLog 2016-07-28 18:01:00 UTC (rev 203819)
@@ -1,3 +1,16 @@
+2016-07-27 Ryan Haddad <ryanhad...@apple.com>
+
+ Unskip some compositing tests on ios-simulator.
+ https://bugs.webkit.org/show_bug.cgi?id=152131
+
+ Unreviewed test gardening.
+
+ * platform/ios-simulator-wk1/TestExpectations:
+ * platform/ios-simulator-wk2/TestExpectations:
+ * platform/ios-simulator/TestExpectations:
+ * platform/ios-simulator/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
+ * platform/ios-simulator/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
+
2016-07-28 Romain Bellessort <romain.belless...@crf.canon.fr>
[Streams API] Replace ReadableStreamController by ReadableStreamDefaultController
Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (203818 => 203819)
--- trunk/LayoutTests/platform/ios-simulator/TestExpectations 2016-07-28 15:43:42 UTC (rev 203818)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations 2016-07-28 18:01:00 UTC (rev 203819)
@@ -445,8 +445,6 @@
compositing/geometry/clipped-video-controller.html
compositing/geometry/video-fixed-scrolling.html
compositing/geometry/video-opacity-overlay.html
-compositing/overflow/overflow-compositing-descendant.html
-compositing/overflow/scroll-ancestor-update.html
compositing/reflections/load-video-in-reflection.html
compositing/regions/floated-region-with-transformed-child.html
compositing/regions/propagate-region-box-shadow-border-padding-for-video.html
Added: trunk/LayoutTests/platform/ios-simulator/compositing/overflow/overflow-compositing-descendant-expected.txt (0 => 203819)
--- trunk/LayoutTests/platform/ios-simulator/compositing/overflow/overflow-compositing-descendant-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/compositing/overflow/overflow-compositing-descendant-expected.txt 2016-07-28 18:01:00 UTC (rev 203819)
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x52
+ RenderBlock {HTML} at (0,0) size 800x52
+ RenderBody {BODY} at (8,16) size 784x20
+ RenderBlock {P} at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 473x19
+ text run at (0,0) width 473: "You should see a green box under the video. If you see red, the test failed."
+layer at (8,52) size 132x222 clip at (9,53) size 130x220 scrollHeight 225
+ RenderBlock (positioned) {DIV} at (8,52) size 132x222 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (11,11) size 110x105
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DIV} at (11,116) size 100x100 [bgcolor=#FF0000]
+layer at (19,63) size 100x100
+ RenderVideo {VIDEO} at (0,0) size 100x100 [bgcolor=#000000]
+layer at (19,168) size 100x100
+ RenderBlock (relative positioned) {DIV} at (11,116) size 100x100 [bgcolor=#008000]
Added: trunk/LayoutTests/platform/ios-simulator/compositing/overflow/scroll-ancestor-update-expected.txt (0 => 203819)
--- trunk/LayoutTests/platform/ios-simulator/compositing/overflow/scroll-ancestor-update-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/compositing/overflow/scroll-ancestor-update-expected.txt 2016-07-28 18:01:00 UTC (rev 203819)
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x105
+ RenderBlock {HTML} at (0,0) size 800x105
+ RenderBody {BODY} at (0,0) size 800x105
+ RenderText {#text} at (0,0) size 0x0
+layer at (0,0) size 100x100
+ RenderVideo {VIDEO} at (0,0) size 100x100
+layer at (50,50) size 100x100
+ RenderBlock (positioned) {DIV} at (50,50) size 100x100 [bgcolor=#FF0000]
+layer at (50,50) size 200x200
+ RenderBlock (positioned) {DIV} at (50,50) size 200x200
+ RenderBlock {P} at (0,218) size 200x60
+ RenderText {#text} at (0,0) size 193x59
+ text run at (0,0) width 193: "The green box should obscure"
+ text run at (0,20) width 182: "the red box, and move when"
+ text run at (0,40) width 144: "you drag the scrollbar."
+layer at (50,50) size 202x202 clip at (51,51) size 185x200 scrollY 50 scrollHeight 550
+ RenderBlock {DIV} at (0,0) size 202x202 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (1,51) size 185x500
+layer at (51,51) size 100x100
+ RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (203818 => 203819)
--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations 2016-07-28 15:43:42 UTC (rev 203818)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations 2016-07-28 18:01:00 UTC (rev 203819)
@@ -530,6 +530,7 @@
editing/unsupported-content/table-delete-003.html [ Failure Pass ]
# Compositing tests that fail:
+compositing/backing/backface-visibility-flip.html [ Failure ]
compositing/backing/child-layer-no-backing.html [ Failure ]
compositing/backing/inline-block-no-backing.html [ Failure ]
compositing/backing/no-backing-for-clip-overhang.html [ Failure ]
@@ -598,6 +599,7 @@
compositing/overflow/composited-scrolling-paint-phases.html [ Failure ]
compositing/overflow/content-gains-scrollbars.html [ Failure ]
compositing/overflow/overflow-scrollbar-layers.html [ Failure ]
+compositing/overflow/scroll-ancestor-update.html [ Failure ]
compositing/repaint/fixed-background-scroll.html [ Failure ]
compositing/repaint/invalidations-on-composited-layers.html [ Failure ]
compositing/repaint/resize-repaint.html [ Failure ]
Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (203818 => 203819)
--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations 2016-07-28 15:43:42 UTC (rev 203818)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations 2016-07-28 18:01:00 UTC (rev 203819)
@@ -35,15 +35,11 @@
webkit.org/b/157105 compositing/contents-scale/incremental-change.html [ Pass ImageOnlyFailure ]
# Compositing test that time out:
-compositing/animation/animation-compositing.html
-compositing/backing/backface-visibility-flip.html
compositing/checkerboard.html
compositing/contents-scale/animating.html
compositing/layer-creation/animation-overlap-with-children.html
-compositing/overflow/overflow-compositing-descendant.html
compositing/overflow/scroll-ancestor-update.html
compositing/visible-rect/animated.html
-compositing/video/video-border-radius.html
# CSS tests that fail:
css3/blending/blend-mode-simple-composited.html [ Failure ]