diff options
Diffstat (limited to 'Tests/LibWeb/Layout/expected/table/cell-px-height.txt')
-rw-r--r-- | Tests/LibWeb/Layout/expected/table/cell-px-height.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/LibWeb/Layout/expected/table/cell-px-height.txt b/Tests/LibWeb/Layout/expected/table/cell-px-height.txt index 05c851c57a..52e3cc040f 100644 --- a/Tests/LibWeb/Layout/expected/table/cell-px-height.txt +++ b/Tests/LibWeb/Layout/expected/table/cell-px-height.txt @@ -1,6 +1,6 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline TableWrapper <(anonymous)> at (8,8) content-size 102x100 [BFC] children: not-inline - Box <body> at (8,8) content-size 102x100 [TFC] children: not-inline - Box <div.row> at (8,8) content-size 102x100 children: not-inline - BlockContainer <div.cell> at (9,9) content-size 100x0 [BFC] children: not-inline + Box <body> at (8,8) content-size 102x100 table-box [TFC] children: not-inline + Box <div.row> at (8,8) content-size 102x100 table-row children: not-inline + BlockContainer <div.cell> at (9,9) content-size 100x0 table-cell [BFC] children: not-inline |