1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:57:44 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 8c03d21e95 LibWeb: Fix broken handling of flex: <flex-grow> shorthand
This is a tiny bit messy because:

- The spec says we should expand this to `flex: <flex-grow> 1 0`
- All major engines expand it to `flex: <flex-grow> 1 0%`

Spec bug: https://github.com/w3c/csswg-drafts/issues/5742
2023-04-19 12:07:16 +02:00
..
expected LibWeb: Fix broken handling of flex: <flex-grow> shorthand 2023-04-19 12:07:16 +02:00
input LibWeb: Layout <svg> nested inside <svg> 2023-04-19 07:52:26 +02:00
layout_test.sh Tests: Use layout tests placed in subdirectories 2023-04-01 21:45:29 +02:00