mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
LibWeb: Implement the "The html element fills the viewport quirk"
Fixes #18037.
This commit is contained in:
parent
508927cae2
commit
590723aa3b
69 changed files with 97 additions and 67 deletions
|
@ -1,5 +1,5 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x125.179687 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x109.179687 children: inline
|
||||
line 0 width: 275.292968, height: 109.179687, bottom: 109.179687, baseline: 84.570312
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [8,8 275.292968x109.179687]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue