mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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,2 +0,0 @@
|
|||
[overflow-overlay.html]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[overlay-transition-property.html]
|
||||
[e.style['transition'\] = "overlay 2s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'overlay 1s']
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -1,27 +0,0 @@
|
|||
[signed-zero.html]
|
||||
[clamp(-1, 1 / sign(min( 0, -0)), 1) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(max(-0, 0)), 1) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(clamp(-0, 0, -0)), 1) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(clamp(0, -0, -0)), 1) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(clamp(0, 1, -0)), 1) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(mod(-1, -1)), 1) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(mod( 1, -1)), 1) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(rem(-1, -1)), 1) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[clamp(-1, 1 / sign(rem(-1, 1)), 1) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue