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 195b8e1bfd..4f35b43ef1 100644 --- a/Tests/LibWeb/Layout/expected/table/table-width.txt +++ b/Tests/LibWeb/Layout/expected/table/table-width.txt @@ -2,7 +2,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline BlockContainer <html> at (0,0) content-size 800x600 [BFC] 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 - TableBox <table.table> at (108,108) content-size 584x10 [TFC] 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 TableRowBox <tr> at (108,108) content-size 584x10 children: not-inline TableCellBox <td.cell> at (109,113) content-size 582x0 [BFC] children: not-inline |