mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Upgrade Stylo to 2024-04-16 (#32128)
* Upgrade Stylo to 2024-04-16 * Fixup for https://phabricator.services.mozilla.com/D205051 * Fixup for https://phabricator.services.mozilla.com/D203153 * Fixup for https://phabricator.services.mozilla.com/D202460 * Fixup for https://phabricator.services.mozilla.com/D205718 * Fixup for https://phabricator.services.mozilla.com/D206428 * Update test expectations
This commit is contained in:
parent
1440406e91
commit
401e49010f
13 changed files with 65 additions and 175 deletions
|
@ -1,24 +0,0 @@
|
|||
[animation-valid.html]
|
||||
[e.style['animation'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "4" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "reverse" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "both" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "paused" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "anim" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set the property value]
|
||||
expected: FAIL
|
|
@ -292,27 +292,3 @@
|
|||
|
||||
[calc(1 / round(up, -1, infinity) should be used-value-equivalent to calc(-infinity)]
|
||||
expected: FAIL
|
||||
|
||||
[round(1.5) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
||||
[round(up, 1.5) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
||||
[round(down, 1.5) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[round(to-zero, 1.5) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[round(-1.5) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[round(up, -1.5) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[round(down, -1.5) should be used-value-equivalent to -2]
|
||||
expected: FAIL
|
||||
|
||||
[round(to-zero, -1.5) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
[animation-computed.html]
|
||||
[Property animation value '1s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'cubic-bezier(0, -2, 1, 3)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value '1s -3s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'anim']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'paused']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'both']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value '4']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'reverse']
|
||||
expected: FAIL
|
||||
|
||||
[Default animation value]
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'ease-in-out']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation value 'none, none']
|
||||
expected: FAIL
|
||||
|
||||
[Animation with a delay but no duration]
|
||||
expected: FAIL
|
|
@ -1,24 +0,0 @@
|
|||
[animation-valid.html]
|
||||
[e.style['animation'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "4" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "reverse" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "both" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "paused" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "anim" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation'\] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set the property value]
|
||||
expected: FAIL
|
|
@ -4,27 +4,3 @@
|
|||
|
||||
[calc(1 / round(up, -1, infinity) should be used-value-equivalent to calc(-infinity)]
|
||||
expected: FAIL
|
||||
|
||||
[round(1.5) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
||||
[round(up, 1.5) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
||||
[round(down, 1.5) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[round(to-zero, 1.5) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[round(-1.5) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[round(up, -1.5) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
||||
[round(down, -1.5) should be used-value-equivalent to -2]
|
||||
expected: FAIL
|
||||
|
||||
[round(to-zero, -1.5) should be used-value-equivalent to -1]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue