mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Upgrade Stylo to 2024-03-01 (#32089)
* Upgrade Stylo to 2024-03-01 * Fixup for https://bugzil.la/1882754 * Update test expectations
This commit is contained in:
parent
0678136b17
commit
f5bdfdfe94
33 changed files with 290 additions and 302 deletions
|
@ -1,27 +0,0 @@
|
|||
[transition-computed.html]
|
||||
[Property transition value '1s -3s']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value '1s -3s, cubic-bezier(0, -2, 1, 3) top']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value '1s']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'cubic-bezier(0, -2, 1, 3)']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'top']
|
||||
expected: FAIL
|
||||
|
||||
[Default transition value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'all, all']
|
||||
expected: FAIL
|
||||
|
||||
[Transition with a delay but no duration]
|
||||
expected: FAIL
|
|
@ -1,24 +0,0 @@
|
|||
[transition-valid.html]
|
||||
[e.style['transition'\] = "1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "top" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "all" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "all 1s" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue