diff options
author | Andreas Kling <kling@serenityos.org> | 2023-05-03 19:48:32 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-03 20:44:30 +0200 |
commit | 590723aa3bc7baba70ddcfdac1fe2cc403dbf6e0 (patch) | |
tree | 951c62754e2f44d0a05aeb9d3723e0ae3bd20b2c /Tests/LibWeb/Layout/expected/block-and-inline/single-br-inline-layout.txt | |
parent | 508927cae2edd890f3267da13a5d6e2642de80a9 (diff) | |
download | serenity-590723aa3bc7baba70ddcfdac1fe2cc403dbf6e0.zip |
LibWeb: Implement the "The html element fills the viewport quirk"
Fixes #18037.
Diffstat (limited to 'Tests/LibWeb/Layout/expected/block-and-inline/single-br-inline-layout.txt')
-rw-r--r-- | Tests/LibWeb/Layout/expected/block-and-inline/single-br-inline-layout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibWeb/Layout/expected/block-and-inline/single-br-inline-layout.txt b/Tests/LibWeb/Layout/expected/block-and-inline/single-br-inline-layout.txt index be8191cf70..53943fce49 100644 --- a/Tests/LibWeb/Layout/expected/block-and-inline/single-br-inline-layout.txt +++ b/Tests/LibWeb/Layout/expected/block-and-inline/single-br-inline-layout.txt @@ -1,5 +1,5 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline - BlockContainer <html> at (0,0) content-size 800x37.46875 [BFC] children: not-inline + BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline BlockContainer <body> at (8,8) content-size 784x21.46875 children: not-inline BlockContainer <div#begin> at (8,8) content-size 784x2 children: not-inline BlockContainer <(anonymous)> at (8,10) content-size 784x17.46875 children: inline |