mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Tests/LibWeb: Add two tests for lh and rlh units
This commit is contained in:
parent
554c4af90f
commit
482fa2d4e2
4 changed files with 57 additions and 0 deletions
6
Tests/LibWeb/Layout/expected/lh-1.txt
Normal file
6
Tests/LibWeb/Layout/expected/lh-1.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x116 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x100 children: not-inline
|
||||
BlockContainer <div#a> at (8,8) content-size 100x100 children: not-inline
|
||||
BlockContainer <div#b> at (8,8) content-size 100x100 children: inline
|
||||
TextNode <#text>
|
6
Tests/LibWeb/Layout/expected/lh-2.txt
Normal file
6
Tests/LibWeb/Layout/expected/lh-2.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x116 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x100 children: not-inline
|
||||
BlockContainer <div#a> at (8,8) content-size 100x100 children: not-inline
|
||||
BlockContainer <div#b> at (8,8) content-size 100x100 children: inline
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue