mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
LibWeb: Redo "tracks maximize" if initial run is over max-size in GFC
Implements missing "redo" step defined in the spec.
This commit is contained in:
parent
467faee1b8
commit
cd56ec6e5c
4 changed files with 117 additions and 6 deletions
|
@ -0,0 +1,14 @@
|
|||
<!doctype html><style>
|
||||
* { outline: 1px solid black; }
|
||||
.constrained {
|
||||
max-width: 270px;
|
||||
display: grid;
|
||||
}
|
||||
.wrapper {
|
||||
background: yellow;
|
||||
width: max-content;
|
||||
}
|
||||
</style><body><div class="wrapper"><div class="constrained">
|
||||
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
|
||||
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
|
||||
<div></div></div></div>
|
Loading…
Add table
Add a link
Reference in a new issue