1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:17:35 +00:00
serenity/Tests/LibWeb/Layout
Sam Atkins 3b0980c89f LibWeb: Stop allowing invalid tokens in display values
Previously we were overly generous in what we accepted for `display`.
For example, we accepted:
- Multiple outside or inside identifiers
- Unrecognized identifiers
- Non-identifier tokens

Now, we reject all these cases. This makes us stop accepting the
`display: block math;` declaration in `MathML/Default.css`, and so the
one layout test we have containing MathML elements has changed to
reflect that.
2023-09-11 17:03:22 +01:00
..
expected LibWeb: Stop allowing invalid tokens in display values 2023-09-11 17:03:22 +01:00
input LibWeb: Add boxes for before/after pseudos post button layout tweak 2023-09-11 15:19:56 +02:00