diff options
Diffstat (limited to 'Tests/LibWeb/Layout/expected/table/table-width.txt')
-rw-r--r-- | Tests/LibWeb/Layout/expected/table/table-width.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibWeb/Layout/expected/table/table-width.txt b/Tests/LibWeb/Layout/expected/table/table-width.txt index 4f35b43ef1..6875f25dcb 100644 --- a/Tests/LibWeb/Layout/expected/table/table-width.txt +++ b/Tests/LibWeb/Layout/expected/table/table-width.txt @@ -3,6 +3,6 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline BlockContainer <body> at (8,8) content-size 784x210 children: not-inline TableWrapper <(anonymous)> at (8,8) content-size 584x210 [BFC] children: not-inline Box <table.table> at (108,108) content-size 584x10 [TFC] children: not-inline - TableRowGroupBox <tbody> at (108,108) content-size 584x10 children: not-inline + Box <tbody> at (108,108) content-size 584x10 children: not-inline TableRowBox <tr> at (108,108) content-size 584x10 children: not-inline TableCellBox <td.cell> at (109,113) content-size 582x0 [BFC] children: not-inline |