mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:47:45 +00:00
Tests/LibWeb: Move block & inline layout tests into own directory
This commit is contained in:
parent
332bb8a299
commit
68459d43e0
40 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x268 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x252 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div.outer> at (9,9) content-size 300x250 children: inline
|
||||
line 0 width: 204, height: 16, bottom: 16, baseline: 12.796875
|
||||
frag 0 from TextNode start: 1, length: 23, rect: [61,9 204x16]
|
||||
"foo bar baz foo bar baz"
|
||||
TextNode <#text>
|
||||
BlockContainer <div.lefty> at (10,10) content-size 50x50 floating children: not-inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div.one> at (62,26) content-size 200x50 floating children: not-inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div.two> at (108,78) content-size 200x50 floating children: not-inline
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue