mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +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,10 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x150 children: not-inline
|
||||
BlockContainer <body> at (0,0) content-size 200x0 children: not-inline
|
||||
BlockContainer <ul> at (0,0) content-size 200x0 children: inline
|
||||
BlockContainer <div.red> at (0,0) content-size 150x50 floating children: not-inline
|
||||
BlockContainer <div.green> at (0,50) content-size 150x50 floating children: not-inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div.orange> at (0,100) content-size 150x50 floating children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 200x0 children: inline
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue