Diff
Modified: trunk/LayoutTests/ChangeLog (237983 => 237984)
--- trunk/LayoutTests/ChangeLog 2018-11-08 10:29:58 UTC (rev 237983)
+++ trunk/LayoutTests/ChangeLog 2018-11-08 11:21:58 UTC (rev 237984)
@@ -1,3 +1,15 @@
+2018-11-08 Alicia Boya GarcĂa <[email protected]>
+
+ [GTK] Unreviewed test gardening
+ https://bugs.webkit.org/show_bug.cgi?id=191404
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/fast/block/basic/height-percentage-simple-expected.txt: Added.
+ * platform/gtk/fast/inline/simple-inline-block-expected.txt: Added.
+ * platform/gtk/fast/inline/simple-intruding-float1-expected.txt: Added.
+ * platform/gtk/fast/inline/simple-intruding-floats2-expected.txt: Added.
+ * platform/gtk/fast/inline/simple-shrink-to-fit-inline-block-expected.txt: Added.
+
2018-11-07 Justin Michaud <[email protected]>
CSS Painting API should pass size, arguments and input properties to paint callback
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (237983 => 237984)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2018-11-08 10:29:58 UTC (rev 237983)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2018-11-08 11:21:58 UTC (rev 237984)
@@ -3592,6 +3592,12 @@
webkit.org/b/191006 webrtc/simulcast-h264.html [ Failure ]
+webkit.org/b/191400 fast/block/basic/child-block-level-box-with-height-percent.html [ Failure ]
+webkit.org/b/191400 fast/block/basic/inline-content-with-floating-images2.html [ Failure ]
+webkit.org/b/191400 fast/block/basic/quirk-mode-percent-height.html [ Failure ]
+
+webkit.org/b/191402 fast/css/has-attachment.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of non-crashing, non-flaky tests failing
#////////////////////////////////////////////////////////////////////////////////////////
Added: trunk/LayoutTests/platform/gtk/fast/block/basic/height-percentage-simple-expected.txt (0 => 237984)
--- trunk/LayoutTests/platform/gtk/fast/block/basic/height-percentage-simple-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/block/basic/height-percentage-simple-expected.txt 2018-11-08 11:21:58 UTC (rev 237984)
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DIV} at (0,0) size 300x18
+ RenderText {#text} at (52,0) size 83x17
+ text run at (52,0) width 83: "first line with"
+ RenderBlock (floating) {DIV} at (0,0) size 52x294 [border: (1px solid #FF0000)]
+ RenderText {#text} at (1,1) size 28x17
+ text run at (1,1) width 28: "float"
+ RenderText {#text} at (135,0) size 46x17
+ text run at (135,0) width 46: "content"
+ RenderBlock {DIV} at (0,18) size 784x100
+ RenderText {#text} at (52,19) size 103x17
+ text run at (52,19) width 103: "second line with"
+ RenderBlock {DIV} at (155,0) size 52x52 [border: (1px solid #FF0000)]
+ RenderText {#text} at (1,1) size 35x35
+ text run at (1,1) width 35: "inline"
+ text run at (1,19) width 35: "block"
+ RenderText {#text} at (207,19) size 46x17
+ text run at (207,19) width 46: "content"
Added: trunk/LayoutTests/platform/gtk/fast/inline/simple-inline-block-expected.txt (0 => 237984)
--- trunk/LayoutTests/platform/gtk/fast/inline/simple-inline-block-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/inline/simple-inline-block-expected.txt 2018-11-08 11:21:58 UTC (rev 237984)
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DIV} at (0,0) size 300x102
+ RenderText {#text} at (0,1) size 87x17
+ text run at (0,1) width 87: "first line with "
+ RenderBlock {DIV} at (87,0) size 102x102 [border: (1px solid #FF0000)]
+ RenderText {#text} at (1,1) size 74x17
+ text run at (1,1) width 74: "inline block"
+ RenderText {#text} at (189,1) size 50x17
+ text run at (189,1) width 50: " content"
Added: trunk/LayoutTests/platform/gtk/fast/inline/simple-intruding-float1-expected.txt (0 => 237984)
--- trunk/LayoutTests/platform/gtk/fast/inline/simple-intruding-float1-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/inline/simple-intruding-float1-expected.txt 2018-11-08 11:21:58 UTC (rev 237984)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderImage {IMG} at (0,0) size 20x100
+ RenderBlock {DIV} at (0,0) size 300x54
+ RenderText {#text} at (40,0) size 32x17
+ text run at (40,0) width 32: "thisis"
+ RenderImage {IMG} at (20,0) size 20x30
+ RenderText {#text} at (72,0) size 272x53
+ text run at (72,0) width 208: "one run long long long long long"
+ text run at (40,18) width 252: "long long long long long long long long"
+ text run at (20,36) width 87: "long long text"
Added: trunk/LayoutTests/platform/gtk/fast/inline/simple-intruding-floats2-expected.txt (0 => 237984)
--- trunk/LayoutTests/platform/gtk/fast/inline/simple-intruding-floats2-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/inline/simple-intruding-floats2-expected.txt 2018-11-08 11:21:58 UTC (rev 237984)
@@ -0,0 +1,29 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderImage {IMG} at (0,0) size 20x100
+ RenderBlock {DIV} at (0,0) size 300x54
+ RenderText {#text} at (40,0) size 32x17
+ text run at (40,0) width 32: "thisis"
+ RenderImage {IMG} at (20,0) size 20x75
+ RenderText {#text} at (72,0) size 212x35
+ text run at (72,0) width 180: "onerun, next to 2 floats. One"
+ text run at (40,18) width 134: "intruding, one in this "
+ RenderInline {SPAN} at (0,0) size 238x35
+ RenderText {#text} at (174,18) size 238x35
+ text run at (174,18) width 104: "inline formatting"
+ text run at (40,36) width 46: "context"
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DIV} at (0,54) size 300x36
+ RenderInline {SPAN} at (0,0) size 256x35
+ RenderImage {IMG} at (40,0) size 20x15
+ RenderText {#text} at (60,0) size 256x35
+ text run at (60,0) width 236: "this next inline formatting context has"
+ text run at (40,18) width 236: "3 floats. 2 out of those 3 are intruding"
+ RenderBlock (anonymous) at (0,90) size 784x18
+ RenderInline {SPAN} at (0,0) size 422x17
+ RenderText {#text} at (20,0) size 422x17
+ text run at (20,0) width 422: "and now we are back to the left edge. no intrudings at this position."
+ RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/gtk/fast/inline/simple-shrink-to-fit-inline-block-expected.txt (0 => 237984)
--- trunk/LayoutTests/platform/gtk/fast/inline/simple-shrink-to-fit-inline-block-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/inline/simple-shrink-to-fit-inline-block-expected.txt 2018-11-08 11:21:58 UTC (rev 237984)
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DIV} at (0,0) size 300x102
+ RenderText {#text} at (0,1) size 83x17
+ text run at (0,1) width 83: "first line with"
+ RenderBlock {DIV} at (83,0) size 74x102 [border: (1px solid #FF0000)]
+ RenderText {#text} at (1,1) size 72x17
+ text run at (1,1) width 72: "shrink to fit"
+ RenderText {#text} at (157,1) size 46x17
+ text run at (157,1) width 46: "content"