mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3f5220b421
commit
ecaf2930cc
734 changed files with 24588 additions and 5583 deletions
|
@ -11,3 +11,14 @@
|
|||
[Property transition-timing-function value 'steps(2, jump-none)']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-timing-function value 'steps(calc(2 * sibling-index()), jump-none)']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-timing-function value 'steps(sibling-index(), jump-none)']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-timing-function value 'steps(calc(2 * sign(1em - 1000px)), jump-none)']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-timing-function value 'steps(calc(2 * sign(1em - 1000px)), start)']
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[e.style['transition-timing-function'\] = "steps(2, jump-start)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition-timing-function'\] = "steps(sibling-index(), jump-none)" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue