Title: [200207] trunk/LayoutTests
Revision
200207
Author
[email protected]
Date
2016-04-28 13:31:12 -0700 (Thu, 28 Apr 2016)

Log Message

Add ios-simulator baseline for fast/forms/select-non-native-rendering-direction.html
https://bugs.webkit.org/show_bug.cgi?id=157112

Unreviewed test gardening.

* platform/ios-simulator/fast/forms/select-non-native-rendering-direction-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200206 => 200207)


--- trunk/LayoutTests/ChangeLog	2016-04-28 19:58:04 UTC (rev 200206)
+++ trunk/LayoutTests/ChangeLog	2016-04-28 20:31:12 UTC (rev 200207)
@@ -1,3 +1,12 @@
+2016-04-28  Ryan Haddad  <[email protected]>
+
+        Add ios-simulator baseline for fast/forms/select-non-native-rendering-direction.html
+        https://bugs.webkit.org/show_bug.cgi?id=157112
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator/fast/forms/select-non-native-rendering-direction-expected.txt: Added.
+
 2016-04-28  Youenn Fablet  <[email protected]>
 
         imported/w3c/web-platform-tests/fetch/nosniff/stylesheet.html is failing on some bots

Added: trunk/LayoutTests/platform/ios-simulator/fast/forms/select-non-native-rendering-direction-expected.txt (0 => 200207)


--- trunk/LayoutTests/platform/ios-simulator/fast/forms/select-non-native-rendering-direction-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/select-non-native-rendering-direction-expected.txt	2016-04-28 20:31:12 UTC (rev 200207)
@@ -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 784x24
+        RenderText {#text} at (0,1) size 127x19
+          text run at (0,1) width 127: "Left to right select: "
+        RenderMenuList {SELECT} at (128,2) size 112x20 [bgcolor=#FFFFFF02] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (6,3) size 99x14
+            RenderText at (0,0) size 44x14
+              text run at (0,0) width 44: "Alabama"
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,24) size 784x24
+        RenderText {#text} at (657,1) size 127x19
+          text run at (657,1) width 10 RTL: ": "
+          text run at (666,1) width 118: "Right to left select"
+        RenderMenuList {SELECT} at (544,2) size 112x20 [bgcolor=#FFFFFF02] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (6,3) size 99x14
+            RenderText at (35,0) size 44x14
+              text run at (35,0) width 44: "Alabama"
+        RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to