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:
Oriol Brufau 2024-04-16 14:27:51 +02:00 committed by GitHub
parent 0678136b17
commit f5bdfdfe94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 290 additions and 302 deletions

View file

@ -1,2 +0,0 @@
[overflow-overlay.html]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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