diff options
Diffstat (limited to 'Tests/LibWeb/Layout/expected/table/basic.txt')
-rw-r--r-- | Tests/LibWeb/Layout/expected/table/basic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/LibWeb/Layout/expected/table/basic.txt b/Tests/LibWeb/Layout/expected/table/basic.txt index ceca965598..f6e6fb2293 100644 --- a/Tests/LibWeb/Layout/expected/table/basic.txt +++ b/Tests/LibWeb/Layout/expected/table/basic.txt @@ -2,12 +2,12 @@ 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 784x58.40625 children: not-inline TableWrapper <(anonymous)> at (8,8) content-size 0x0 [BFC] children: not-inline - TableBox <table#empty-table> at (8,8) content-size 0x0 [TFC] children: not-inline + Box <table#empty-table> at (8,8) content-size 0x0 [TFC] children: not-inline BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline TextNode <#text> TextNode <#text> TableWrapper <(anonymous)> at (8,8) content-size 95.171875x58.40625 [BFC] children: not-inline - TableBox <table#full-table> at (8,8) content-size 95.171875x58.40625 [TFC] children: not-inline + Box <table#full-table> at (8,8) content-size 95.171875x58.40625 [TFC] children: not-inline BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline TextNode <#text> BlockContainer <caption> at (8,8) content-size 0x0 [BFC] children: inline |