mirror of
https://github.com/servo/servo.git
synced 2025-09-19 19:30:10 +01:00
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:
parent
40ced5bb61
commit
589a750cac
5 changed files with 35 additions and 68 deletions
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue