diff --git a/Cargo.lock b/Cargo.lock index 9749c2d891a..f623f6ef009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7235,8 +7235,8 @@ dependencies = [ [[package]] name = "selectors" -version = "0.29.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.30.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "bitflags 2.9.1", "cssparser", @@ -7542,7 +7542,7 @@ dependencies = [ [[package]] name = "servo_arc" version = "0.4.1" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "serde", "stable_deref_trait", @@ -8003,8 +8003,8 @@ dependencies = [ [[package]] name = "stylo" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "app_units", "arrayvec", @@ -8060,8 +8060,8 @@ dependencies = [ [[package]] name = "stylo_atoms" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "string_cache", "string_cache_codegen", @@ -8069,13 +8069,13 @@ dependencies = [ [[package]] name = "stylo_config" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" [[package]] name = "stylo_derive" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "darling", "proc-macro2", @@ -8086,8 +8086,8 @@ dependencies = [ [[package]] name = "stylo_dom" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "bitflags 2.9.1", "stylo_malloc_size_of", @@ -8095,8 +8095,8 @@ dependencies = [ [[package]] name = "stylo_malloc_size_of" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "app_units", "cssparser", @@ -8112,13 +8112,13 @@ dependencies = [ [[package]] name = "stylo_static_prefs" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" [[package]] name = "stylo_traits" -version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +version = "0.5.0" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "app_units", "bitflags 2.9.1", @@ -8535,7 +8535,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "to_shmem" version = "0.2.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "cssparser", "servo_arc", @@ -8548,7 +8548,7 @@ dependencies = [ [[package]] name = "to_shmem_derive" version = "0.1.0" -source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893" +source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 1e4b8532354..9fc3a29a8ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ rustls-pemfile = "2.0" rustls-pki-types = "1.12" layout_api = { path = "components/shared/layout" } script_traits = { path = "components/shared/script" } -selectors = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } +selectors = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } serde = "1.0.219" serde_bytes = "0.11" serde_json = "1.0" @@ -128,7 +128,7 @@ servo-media = { git = "https://github.com/servo/media" } servo-media-dummy = { git = "https://github.com/servo/media" } servo-media-gstreamer = { git = "https://github.com/servo/media" } servo-tracing = { path = "components/servo_tracing" } -servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } +servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } smallbitvec = "2.6.0" smallvec = { version = "1.15", features = ["union"] } static_assertions = "1.1" @@ -136,12 +136,12 @@ string_cache = "0.8" string_cache_codegen = "0.5" strum = "0.26" strum_macros = "0.26" -stylo = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } -stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } -stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } -stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } -stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } -stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-06-03" } +stylo = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } +stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } +stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } +stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } +stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } +stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-07-01" } surfman = { git = "https://github.com/servo/surfman", rev = "f7688b4585f9e0b5d4bf8ee8e4a91e82349610b1", features = ["chains"] } syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] } synstructure = "0.13" diff --git a/tests/wpt/meta/css/css-color/parsing/color-valid.html.ini b/tests/wpt/meta/css/css-color/parsing/color-valid.html.ini index a465c902c9e..98aba813563 100644 --- a/tests/wpt/meta/css/css-color/parsing/color-valid.html.ini +++ b/tests/wpt/meta/css/css-color/parsing/color-valid.html.ini @@ -661,6 +661,3 @@ [e.style['color'\] = "oklch(10% 20 -700)" should set the property value] expected: FAIL - - [e.style['color'\] = "light-dark(black, white)" should set the property value] - expected: FAIL