mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update Stylo to 2023-07-23 (#31437)
* Update Stylo to 2023-07-23 * to_shmem should be local when working with Stylo * Fixup for https://phabricator.services.mozilla.com/D180769 * Fixup for https://phabricator.services.mozilla.com/D181125 * Fixup for https://phabricator.services.mozilla.com/D181162 * Fixup for https://phabricator.services.mozilla.com/D181798 * Fixup for https://phabricator.services.mozilla.com/D182514 * Fixup for https://phabricator.services.mozilla.com/D182539 * Update test expectations
This commit is contained in:
parent
6eb96290fa
commit
31cfaf290d
41 changed files with 171 additions and 1208 deletions
|
@ -5,9 +5,6 @@
|
|||
['calc(100px * 0 / 0)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1px * clamp(-1/0, 0, 1/0))' as a specified value should serialize as 'calc(0px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(100px * (1 / (0)))' as a specified value should serialize as 'calc(infinity * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,9 +17,6 @@
|
|||
['calc(100px * (1 / (2 - 2)))' as a specified value should serialize as 'calc(infinity * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1px * clamp(-1/0, 1/0, 10))' as a specified value should serialize as 'calc(10px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1px * min(0/0, 0))' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -35,9 +29,6 @@
|
|||
['calc(100px / (2 - 2))' as a specified value should serialize as 'calc(infinity * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1px * min(1/0, 0))' as a specified value should serialize as 'calc(0px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1px * clamp(0/0, 0, 10))' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -61,4 +52,3 @@
|
|||
|
||||
['calc(100px * (1 / 0))' as a specified value should serialize as 'calc(infinity * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[calc-serialization-002.html]
|
||||
[testing calc(2 * (min(10px, 20%) + max(1rem, 2%)))]
|
||||
expected: FAIL
|
||||
|
||||
[testing calc((min(10px, 20%) + max(1rem, 2%)) * 2)]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[calc-z-index-fractions-001.html]
|
||||
[testing z-index: calc(-3 / 2)]
|
||||
expected: FAIL
|
|
@ -4,9 +4,3 @@
|
|||
|
||||
['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a computed value should serialize as 'max(10px + (10px + min(10%, 30px)) * 2, 5% + 80px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a specified value should serialize as 'max(10px + ((10px + min(10%, 30px)) * 2), 5% + 5em)'.]
|
||||
expected: FAIL
|
||||
|
||||
['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a computed value should serialize as 'max(10px + ((10px + min(10%, 30px)) * 2), 5% + 80px)'.]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue