1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 20:45:09 +00:00
serenity/Tests/LibWeb/Layout/input/css-values/rect-non-token-contents-crash.html
Sam Atkins 5e54ff1858 LibWeb: Don't assume rect() contents are Tokens
This stops `clip: rect({});` from crashing.
2023-11-22 09:45:51 +01:00

1 line
35 B
HTML

<div style="clip: rect({})"></div>