diff options
author | Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com> | 2023-05-29 15:54:22 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-29 21:36:17 +0200 |
commit | 578a937f94a3cccc86b5b16b0a855ab4e2f8d74c (patch) | |
tree | 20f8155d5c4a7afb1ec71798e7999181cf8238ff /Tests/LibWeb/Layout/expected/table/table-width.txt | |
parent | af004ff0ef162a1752db2a1be0b939da4c24f3b1 (diff) | |
download | serenity-578a937f94a3cccc86b5b16b0a855ab4e2f8d74c.zip |
LibWeb: Remove Layout::TableRowGroupBox
Special box types for inner table boxes might conflict with special
types for <button>, <input> or <label>.
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 |