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:
Oriol Brufau 2024-11-21 16:14:45 +01:00 committed by GitHub
parent a6db3cb702
commit 97f53021b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 44 additions and 90 deletions

View file

@ -1,2 +0,0 @@
[letter-spacing-percent-001.html]
expected: FAIL

View file

@ -1,12 +0,0 @@
[letter-spacing-computed.html]
[Property letter-spacing value '110%']
expected: FAIL
[Property letter-spacing value '-5%']
expected: FAIL
[Property letter-spacing value 'calc(10% - 20%)']
expected: FAIL
[Property letter-spacing value 'calc(10px - (5% + 10%)']
expected: FAIL

View file

@ -1,12 +0,0 @@
[letter-spacing-valid.html]
[e.style['letter-spacing'\] = "120%" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "-10%" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(2ch - 30%)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(40% + 50px)" should set the property value]
expected: FAIL