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:
Andreas Kling 2023-06-19 16:50:04 +02:00
commit 38a6b7ad3d
Notes: sideshowbarker 2024-07-17 18:23:22 +09:00
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<!doctype html><style>
body { display: flex; }
div { align-self: end; }
</style><div>