layout: Respond to shorthand property requests with real values (#31277)

* Respond to shorthand property requests with real values

Signed-off-by: Sebastian C <sebsebmc@gmail.com>

* Cleanup formatting and old comments

Signed-off-by: Sebastian C <sebsebmc@gmail.com>

* Update WPT expectations

Signed-off-by: Sebastian C <sebsebmc@gmail.com>

* Refactor out helper fn

Signed-off-by: Sebastian C <sebsebmc@gmail.com>

* Cleanup

Signed-off-by: Sebastian C <sebsebmc@gmail.com>

---------

Signed-off-by: Sebastian C <sebsebmc@gmail.com>
This commit is contained in:
Sebastian C 2024-02-10 17:15:17 -06:00 committed by GitHub
parent 0342d6beb0
commit 19667e117a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 155 additions and 1666 deletions

View file

@ -1,6 +1,3 @@
[revert-in-fallback.html]
[var(--unknown, revert) in custom property]
expected: FAIL
[var(--unknown, revert-layer) in shorthand observed via longhand]
expected: FAIL

View file

@ -1,6 +1,3 @@
[revert-layer-in-fallback.html]
[var(--unknown, revert-layer) in custom property]
expected: FAIL
[var(--unknown, revert-layer) in shorthand]
expected: FAIL

View file

@ -62,9 +62,6 @@
[Testing 'lighting-color'.]
expected: FAIL
[Testing 'overflow'.]
expected: FAIL
[Testing 'pointer-events'.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[variable-substitution-background-properties.html]
[background-position]
expected: FAIL