1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:27:35 +00:00

LibWeb: Don't assume grid-line parts are Tokens

This stops `grid-row-start: {}` from crashing.

Also tidy up the parsing code a little.
This commit is contained in:
Sam Atkins 2023-11-21 11:46:49 +00:00 committed by Andreas Kling
parent 1f6e13d8fe
commit 314a30b12e
3 changed files with 27 additions and 24 deletions

View file

@ -0,0 +1 @@
<div style="grid-row-start: {}"></div>