mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
script: Implement CSS.registerProperty
(#38682)
The implementation is mostly equivalent to https://searchfox.org/mozilla-central/source/servo/ports/geckolib/glue.rs#9480. Testing: New web platform tests start to pass --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
3a0e8fefde
commit
43da933247
9 changed files with 185 additions and 46 deletions
|
@ -1,17 +1,6 @@
|
|||
[animation-important-001.html]
|
||||
expected: ERROR
|
||||
[Interpolated value is observable]
|
||||
[Standard property animations appearing via setKeyframes do not override important declarations]
|
||||
expected: FAIL
|
||||
|
||||
[Important rules override animations (::before)]
|
||||
[Custom property animations appearing via setKeyframes do not override important declarations]
|
||||
expected: FAIL
|
||||
|
||||
[Non-overriden interpolations are observable]
|
||||
expected: FAIL
|
||||
|
||||
[Important rules do not override animations on :visited as seen from JS]
|
||||
expected: FAIL
|
||||
|
||||
[Important rules override animations]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue