LibWeb: Serialize grid/grid-template as "none" when applicable

This exposes a bunch of false-positives in the
grid-{shorthand,template}-invalid.html WPT tests, but gains us some
new passes as well.
This commit is contained in:
Callum Law
2025-06-12 20:39:03 +12:00
committed by Sam Atkins
parent 7d81823eb3
commit 12c9da2d3f
Notes: github-actions[bot] 2025-06-16 11:38:44 +00:00
7 changed files with 30 additions and 27 deletions

View File

@@ -2,10 +2,10 @@ Harness status: OK
Found 11 tests
6 Pass
5 Fail
7 Pass
4 Fail
Fail All properties can serialize 'initial'
Fail All properties (except 'all') can serialize their initial value (computed)
Pass All properties (except 'all') can serialize their initial value (computed)
Fail All properties (except 'all') can serialize their initial value (specified)
Fail All shorthands can serialize their longhands set to 'initial'
Fail All shorthands (except 'all') can serialize their longhands set to their initial value