1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 21:45:07 +00:00
serenity/Tests/LibWeb/Layout/input/flex/align-self-end-crash.html
Andreas Kling 38a6b7ad3d LibWeb: Don't assert when flex-item has align-self: end
We were missing the code to convert this to `align-items: end`.
2023-06-20 13:26:41 +02:00

4 lines
No EOL
85 B
HTML

<!doctype html><style>
body { display: flex; }
div { align-self: end; }
</style><div>