Upgrade Stylo to 2025-06-03 (#37444)

This continues #36835

Changelog:
- Upstream:
ca369cbc83...7e2201c32c
- Servo fixups:
f387e6396c...2e1f66b068

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

---------

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-06-19 14:30:32 +02:00 committed by GitHub
parent e5c328d660
commit b394727ff6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 63 additions and 54 deletions

View file

@ -0,0 +1,3 @@
[light-dark-currentcolor-in-color.html]
[curentColor in light-dark() refers to parent color]
expected: FAIL

View file

@ -1,2 +0,0 @@
[light-dark-currentcolor.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[light-dark-inheritance.html]
expected: FAIL

View file

@ -497,11 +497,5 @@
[Property color value 'color(from hwb(from color(xyz-d65 0.99 0.88 0.77) h w b) xyz-d65 x y z)']
expected: FAIL
[Property color value 'light-dark(rgb(from rebeccapurple r g b), rgb(from rebeccapurple r g b))']
expected: FAIL
[Property color value 'light-dark(color-mix(in srgb, rgb(from rebeccapurple none g b), rebeccapurple), color-mix(in srgb, rgb(from rebeccapurple none g b), rebeccapurple))']
expected: FAIL
[Property color value 'LCH(from var(--accent) l c calc(h + 180 * sibling-index()))']
expected: FAIL

View file

@ -20,9 +20,6 @@
[e.style['animation-timing-function'\] = "steps(calc(-10), start)" should set the property value]
expected: FAIL
[e.style['animation-timing-function'\] = "steps(calc(5 / 2), start)" should set the property value]
expected: FAIL
[e.style['animation-timing-function'\] = "steps(calc(1), jump-none)" should set the property value]
expected: FAIL

View file

@ -1,6 +0,0 @@
[nested-declarations-cssom-whitespace.html]
[Empty CSSNestedDeclarations do not affect outer serialization]
expected: FAIL
[Empty CSSNestedDeclarations do not affect outer serialization (nested grouping rule)]
expected: FAIL

View file

@ -41,6 +41,9 @@
[CSS Values and Units Test: attr 17]
expected: FAIL
[CSS Values and Units Test: attr 20]
expected: FAIL
[CSS Values and Units Test: attr 24]
expected: FAIL

View file

@ -1,3 +0,0 @@
[rlh-on-root-lengths.html]
[Non font or line-height properties on :root should resolve rlh against :root line-height]
expected: FAIL