Title: [244661] trunk/LayoutTests
Revision
244661
Author
[email protected]
Date
2019-04-25 12:43:06 -0700 (Thu, 25 Apr 2019)

Log Message

fast/harness/render-tree-as-text-options.html Rebaselined test for windows
https://bugs.webkit.org/show_bug.cgi?id=197290

Unreviewed test gardening.

* platform/win/fast/render-tree-as-text-options-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (244660 => 244661)


--- trunk/LayoutTests/ChangeLog	2019-04-25 19:11:59 UTC (rev 244660)
+++ trunk/LayoutTests/ChangeLog	2019-04-25 19:43:06 UTC (rev 244661)
@@ -1,3 +1,12 @@
+2019-04-25  Shawn Roberts  <[email protected]>
+
+        fast/harness/render-tree-as-text-options.html Rebaselined test for windows
+        https://bugs.webkit.org/show_bug.cgi?id=197290
+
+        Unreviewed test gardening.
+
+        * platform/win/fast/render-tree-as-text-options-expected.txt: Added.
+
 2019-04-25  Frederic Wang  <[email protected]>
 
         Add more tests for ios programmatic iframe scrolling with fixed/sticky layers

Added: trunk/LayoutTests/platform/win/fast/render-tree-as-text-options-expected.txt (0 => 244661)


--- trunk/LayoutTests/platform/win/fast/render-tree-as-text-options-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/render-tree-as-text-options-expected.txt	2019-04-25 19:43:06 UTC (rev 244661)
@@ -0,0 +1,18 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+ positive z-order list (1)
+  layer at (0,0) size 800x516 layerType: background only
+   negative z-order list (1)
+    layer at (8,258) size 102x52
+      RenderBlock (positioned) zI: -1 {DIV} at (8,258) size 102x52 [border: (1px solid #000000)]
+  layer at (0,0) size 800x516 layerType: foreground only
+    RenderBlock {HTML} at (0,0) size 800x516
+      RenderBody {BODY} at (8,8) size 784x500
+        RenderBlock {DIV} at (0,0) size 200x250 (layout overflow 0,0 200x400)
+        RenderBlock {DIV} at (0,250) size 784x200
+          RenderSVGRoot {svg} at (0,0) size 300x150 clipped at (18,278) size 100x100
+            RenderSVGRect {rect} at (18,278) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=20.00] [width=100.00] [height=100.00]
+          RenderText {#text} at (0,0) size 0x0
+   positive z-order list (1)
+    layer at (8,8) size 200x400
+      RenderBlock (relative positioned) zI: 1 {DIV} at (0,0) size 200x400
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to