mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibWeb: Move table tests to their own folder
This commit is contained in:
parent
7b4c76788b
commit
c421f1692c
4 changed files with 0 additions and 0 deletions
23
Tests/LibWeb/Layout/expected/table/auto-height.txt
Normal file
23
Tests/LibWeb/Layout/expected/table/auto-height.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x60.9375 children: not-inline
|
||||
BlockContainer <body> at (10,10) content-size 780x42.9375 children: not-inline
|
||||
BlockContainer <div> at (11,11) content-size 778x19.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,11) content-size 29.15625x19.46875 children: not-inline
|
||||
TableBox <(anonymous)> at (11,11) content-size 29.15625x19.46875 children: not-inline
|
||||
TableRowBox <(anonymous)> at (11,11) content-size 29.15625x19.46875 children: not-inline
|
||||
TableCellBox <span> at (12,12) content-size 27.15625x17.46875 children: inline
|
||||
line 0 width: 27.15625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,12 27.15625x17.46875]
|
||||
"foo"
|
||||
TextNode <#text>
|
||||
BlockContainer <div> at (11,32.46875) content-size 778x19.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,32.46875) content-size 29.640625x19.46875 children: not-inline
|
||||
TableBox <(anonymous)> at (11,32.46875) content-size 29.640625x19.46875 children: not-inline
|
||||
TableRowBox <(anonymous)> at (11,32.46875) content-size 29.640625x19.46875 children: not-inline
|
||||
TableCellBox <span> at (12,33.46875) content-size 27.640625x17.46875 children: inline
|
||||
line 0 width: 27.640625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,33.46875 27.640625x17.46875]
|
||||
"bar"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (10,52.9375) content-size 780x0 children: inline
|
||||
TextNode <#text>
|
|
@ -0,0 +1,12 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x39.46875 children: not-inline
|
||||
Box <body> at (10,10) content-size 764x21.46875 flex-container(row) children: not-inline
|
||||
BlockContainer <div.upper> at (11,11) content-size 41.78125x19.46875 flex-item children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,11) content-size 41.78125x19.46875 children: not-inline
|
||||
TableBox <(anonymous)> at (11,11) content-size 41.78125x19.46875 children: not-inline
|
||||
TableRowBox <(anonymous)> at (11,11) content-size 41.78125x19.46875 children: not-inline
|
||||
TableCellBox <div.cell> at (12,12) content-size 39.78125x17.46875 children: inline
|
||||
line 0 width: 39.78125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [12,12 39.78125x17.46875]
|
||||
"Hello"
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue