Title: [204991] trunk/LayoutTests
Revision
204991
Author
[email protected]
Date
2016-08-25 15:11:25 -0700 (Thu, 25 Aug 2016)

Log Message

WK1 Sierra: LayoutTests fast/html/marquee-scroll.html and fast/inline-block/003.html failing
rdar://problem/28017216

This test is sensitive to how WK1 does layouts as a result of updateScrollbars(),
giving different results in WK1 and WK1. Land Sierra results, and mark the test
as failing on earlier OS versions.

* platform/mac-wk1/TestExpectations:
* platform/mac-wk1/fast/inline-block/003-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204990 => 204991)


--- trunk/LayoutTests/ChangeLog	2016-08-25 22:02:08 UTC (rev 204990)
+++ trunk/LayoutTests/ChangeLog	2016-08-25 22:11:25 UTC (rev 204991)
@@ -1,3 +1,15 @@
+2016-08-25  Simon Fraser  <[email protected]>
+
+        WK1 Sierra: LayoutTests fast/html/marquee-scroll.html and fast/inline-block/003.html failing
+        rdar://problem/28017216
+
+        This test is sensitive to how WK1 does layouts as a result of updateScrollbars(),
+        giving different results in WK1 and WK1. Land Sierra results, and mark the test
+        as failing on earlier OS versions.
+
+        * platform/mac-wk1/TestExpectations:
+        * platform/mac-wk1/fast/inline-block/003-expected.txt: Added.
+
 2016-08-25  Chris Dumez  <[email protected]>
 
         Regression(r203623): Breaks App Store application

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (204990 => 204991)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-08-25 22:02:08 UTC (rev 204990)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-08-25 22:11:25 UTC (rev 204991)
@@ -225,8 +225,8 @@
 [ Sierra+ ] accessibility/mac/document-attributes.html [ Failure ]
 [ Sierra+ ] accessibility/parent-delete.html [ Failure ]
 
-# rdar://problem/26422051
-[ Sierra+ ] fast/inline-block/003.html [ Failure ]
+# rdar://problem/28017216
+[ Yosemite ElCapitan ] fast/inline-block/003.html [ Failure ]
 
 # rdar://problem/26478296
 [ Sierra+ ] svg/hixie/text/003.html [ Failure ]

Added: trunk/LayoutTests/platform/mac-wk1/fast/inline-block/003-expected.txt (0 => 204991)


--- trunk/LayoutTests/platform/mac-wk1/fast/inline-block/003-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/fast/inline-block/003-expected.txt	2016-08-25 22:11:25 UTC (rev 204991)
@@ -0,0 +1,32 @@
+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 537x18
+          text run at (0,0) width 537: "The two divs below should be on the same line, since they are display: inline-block."
+      RenderBlock {CENTER} at (0,18) size 784x22
+        RenderBlock {DIV} at (88,0) size 304x22 [border: (2px solid #0000FF)]
+          RenderText {#text} at (102,2) size 100x18
+            text run at (102,2) width 100: "This is div one."
+        RenderBlock {DIV} at (392,0) size 304x22 [border: (2px solid #0000FF)]
+          RenderText {#text} at (102,2) size 100x18
+            text run at (102,2) width 100: "This is div two."
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,40) size 784x62
+        RenderText {#text} at (0,0) size 742x18
+          text run at (0,0) width 742: "The two marquees below should be on separate lines, since marquees fill the width of a containing block by default."
+        RenderInline {SPAN} at (0,0) size 784x40
+          RenderText {#text} at (0,0) size 0x0
+          RenderText {#text} at (0,0) size 0x0
+          RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (8,66) size 784x22 clip at (10,68) size 780x18 scrollX -765
+  RenderBlock {MARQUEE} at (0,18) size 784x22 [border: (2px solid #008000)]
+    RenderText {#text} at (2,2) size 99x18
+      text run at (2,2) width 99: "This is div one."
+layer at (8,88) size 784x22 clip at (10,90) size 780x18 scrollX -765
+  RenderBlock {MARQUEE} at (0,40) size 784x22 [border: (2px solid #008000)]
+    RenderText {#text} at (2,2) size 100x18
+      text run at (2,2) width 100: "This is div two."
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to