mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
Tests: Add LibWeb layout tests
This commit is contained in:
parent
c05fcd54bb
commit
78b503946c
4 changed files with 91 additions and 0 deletions
6
Tests/LibWeb/Layout/expected/blank.txt
Normal file
6
Tests/LibWeb/Layout/expected/blank.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
InitialContainingBlock <#document> at (0,0) content-size 0x0 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 0x16 children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 0x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 0x0 children: inline
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue