mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
LibWeb: Implement the "The html element fills the viewport quirk"
Fixes #18037.
This commit is contained in:
parent
508927cae2
commit
590723aa3b
Notes:
sideshowbarker
2024-07-17 04:03:27 +09:00
Author: https://github.com/awesomekling
Commit: 590723aa3b
Pull-request: https://github.com/SerenityOS/serenity/pull/18627
Issue: https://github.com/SerenityOS/serenity/issues/18037
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 800x268 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x252 children: not-inline
|
||||
Box <div.container.column> at (9,9) content-size 250x250 flex-container(column) [FFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (9,9) content-size 0x0 [BFC] children: inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue