Title: [261425] trunk/LayoutTests
Revision
261425
Author
ryanhad...@apple.com
Date
2020-05-08 17:00:39 -0700 (Fri, 08 May 2020)

Log Message

[LFC][TFC] The fixed logical width should be used as the max width for a cell
https://bugs.webkit.org/show_bug.cgi?id=211610

Unreviewed test gardening.

Add a baseline for Windows.

* platform/win/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261424 => 261425)


--- trunk/LayoutTests/ChangeLog	2020-05-08 23:20:01 UTC (rev 261424)
+++ trunk/LayoutTests/ChangeLog	2020-05-09 00:00:39 UTC (rev 261425)
@@ -1,3 +1,14 @@
+2020-05-08  Ryan Haddad  <ryanhad...@apple.com>
+
+        [LFC][TFC] The fixed logical width should be used as the max width for a cell
+        https://bugs.webkit.org/show_bug.cgi?id=211610
+
+        Unreviewed test gardening.
+
+        Add a baseline for Windows.
+
+        * platform/win/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.
+
 2020-05-08  Tomoki Imai  <tomoki.i...@sony.com>
 
         TextureMapper should skip clipping a content layer if it's not needed

Added: trunk/LayoutTests/platform/win/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt (0 => 261425)


--- trunk/LayoutTests/platform/win/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt	2020-05-09 00:00:39 UTC (rev 261425)
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x215
+  RenderBlock {HTML} at (0,0) size 800x215
+    RenderBody {BODY} at (8,8) size 784x199
+      RenderTable {TABLE} at (0,0) size 240x199 [border: (10px solid #008000)]
+        RenderTableSection {TBODY} at (40,40) size 160x119
+          RenderTableRow {TR} at (0,0) size 160x66
+            RenderTableCell {TD} at (0,39) size 80x41 [border: (10px solid #FF0000)] [r=0 c=0 rs=2 cs=1]
+            RenderTableCell {TD} at (80,0) size 80x66 [border: (10px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (20,20) size 39x26
+                text run at (20,20) width 39: "fooo fooo"
+                text run at (20,33) width 18: "fooo"
+          RenderTableRow {TR} at (0,66) size 160x53
+            RenderTableCell {TD} at (80,66) size 80x53 [border: (10px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (20,20) size 13x13
+                text run at (20,20) width 13: "foo"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to