github web-platform-tests/wpt merge_pr_46809

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
8 months ago

Treat '!' as EOF in in ConsumeGridTemplateRowsAndAreasAndColumns

Our property parser should generally stop at first unknown token
to allow the caller to handle any trailing !important.
CL:5509594 (and/or related CLs) did however introduce a few exceptions
to this for practical purposes. These exceptions need to handle
the sudden appearance of '!' following an otherwise valid value,
but we forgot do that in one of the branches in ConsumeGridTemplate-
RowsAndAreasAndColumns.

Fixed: 347193631
Change-Id: Ia49740296139b4e1be1f1ee1f22c2fb9616433af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5630448
Commit-Queue: Anders Hartvoll Ruud andruud@chromium.org
Reviewed-by: Steinar H Gunderson sesse@chromium.org
Cr-Commit-Position: refs/heads/main@{#1316918}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.