LibWeb: Don't assume rect() contents are Tokens

This stops `clip: rect({});` from crashing.
This commit is contained in:
Sam Atkins 2023-11-21 11:39:06 +00:00 committed by Andreas Kling
commit 5e54ff1858
Notes: sideshowbarker 2024-07-16 23:38:54 +09:00
3 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1 @@
<div style="clip: rect({})"></div>