mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Upgrade Stylo to 2024-11-01 (#34322)
* Upgrade Stylo to 2024-11-01 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Fixup for https://phabricator.services.mozilla.com/D224747 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Update test expectations Signed-off-by: Oriol Brufau <obrufau@igalia.com> --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a6db3cb702
commit
97f53021b1
19 changed files with 44 additions and 90 deletions
|
@ -1,3 +0,0 @@
|
|||
[calc-letter-spacing.html]
|
||||
[testing letter-spacing: calc(100%)]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[calc-serialization-002.html]
|
||||
[testing calc((min(10px, 20%) + max(1rem, 2%)) * 2)]
|
||||
expected: FAIL
|
|
@ -40,6 +40,3 @@
|
|||
|
||||
['scale(calc(hypot(1) * 0.5))' as a computed value should serialize as 'matrix(0.5, 0, 0, 0.5, 0, 0)'.]
|
||||
expected: FAIL
|
||||
|
||||
['hypot(2px, 40%)' as a specified value should serialize as 'hypot(2px, 40%)'.]
|
||||
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 + (2 * (10px + min(10%, 30px))), 5% + 5em)'.]
|
||||
expected: FAIL
|
||||
|
||||
['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a computed value should serialize as 'max(10px + (2 * (10px + min(10%, 30px))), 5% + 80px)'.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[round-function.html]
|
||||
[round(down, (7 - 1) / 3, 1) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue