mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
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:
@@ -8,9 +8,6 @@
|
||||
[Property background-position-y value '-20%, 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-position value '12px 13px, 50% 6px, 30px -10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-clip value 'border-box']
|
||||
expected: FAIL
|
||||
|
||||
@@ -76,4 +73,3 @@
|
||||
|
||||
[Property background-position-x value '-20%, 10px']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user