diff options
author | Andreas Kling <kling@serenityos.org> | 2023-02-25 11:04:29 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-02-28 12:21:56 +0100 |
commit | 7e76a51cb058bfc8c3074eab35a88609d6b80bf7 (patch) | |
tree | 3cbe1f1e1b15df340f377141000705ab380b31c0 /Tests/LibWeb/Layout/expected/flex-shrink-2.txt | |
parent | 60f699338d8574d39e475a71d05e479911390a5a (diff) | |
download | serenity-7e76a51cb058bfc8c3074eab35a88609d6b80bf7.zip |
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
The name "initial containing block" was wrong for this, as it doesn't
correspond to the HTML element, and that's specifically what it's
supposed to do! :^)
Diffstat (limited to 'Tests/LibWeb/Layout/expected/flex-shrink-2.txt')
-rw-r--r-- | Tests/LibWeb/Layout/expected/flex-shrink-2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibWeb/Layout/expected/flex-shrink-2.txt b/Tests/LibWeb/Layout/expected/flex-shrink-2.txt index 35e8e1652d..74ce887671 100644 --- a/Tests/LibWeb/Layout/expected/flex-shrink-2.txt +++ b/Tests/LibWeb/Layout/expected/flex-shrink-2.txt @@ -1,4 +1,4 @@ -InitialContainingBlock <#document> at (0,0) content-size 800x600 children: not-inline +Viewport <#document> at (0,0) content-size 800x600 children: not-inline BlockContainer <html> at (0,0) content-size 800x120 children: not-inline BlockContainer <body> at (8,8) content-size 784x104 children: not-inline Box <div.container> at (9,9) content-size 500x102 flex-container(row) children: not-inline |