Upgrade Stylo to 2025-09-02 (#39150)

This continues #38429

Changelog:
- Upstream:
ec21cec41c...fd700321cc
- Servo fixups:
30f8960428...64d8521f1b

Stylo tracking issue: https://github.com/servo/stylo/issues/236

---------

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-09-04 23:28:24 +02:00 committed by GitHub
parent 40ced5bb61
commit 589a750cac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 68 deletions

View file

@ -1,18 +0,0 @@
[rotate-parsing-computed.html]
[Property rotate value '-0.5 0 0 400grad']
expected: FAIL
[Property rotate value '-1 0 0 400grad']
expected: FAIL
[Property rotate value '0 -0.5 0 400grad']
expected: FAIL
[Property rotate value '0 -1 0 400grad']
expected: FAIL
[Property rotate value '0 0 -0.5 400grad']
expected: FAIL
[Property rotate value '0 0 -1 400grad']
expected: FAIL

View file

@ -1,21 +0,0 @@
[rotate-parsing-valid.html]
[e.style['rotate'\] = "z 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "-0.5 0 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "-1 0 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 -0.5 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 -1 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 0 -0.5 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 0 -1 400grad" should set the property value]
expected: FAIL