mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
LibWeb: Don't assert when flex-item has align-self: end
We were missing the code to convert this to `align-items: end`.
This commit is contained in:
parent
55c1d8ba29
commit
38a6b7ad3d
3 changed files with 10 additions and 0 deletions
4
Tests/LibWeb/Layout/input/flex/align-self-end-crash.html
Normal file
4
Tests/LibWeb/Layout/input/flex/align-self-end-crash.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!doctype html><style>
|
||||
body { display: flex; }
|
||||
div { align-self: end; }
|
||||
</style><div>
|
Loading…
Add table
Add a link
Reference in a new issue