mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
LibWeb: Don't assume repeat() contents are Tokens
This stops `grid-template-rows: repeat({})` from crashing.
This commit is contained in:
parent
5e54ff1858
commit
1f6e13d8fe
3 changed files with 18 additions and 5 deletions
|
@ -0,0 +1 @@
|
|||
<div style="grid-template-rows: repeat({})"></div>
|
Loading…
Add table
Add a link
Reference in a new issue