mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user