aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsun0204 <asun0204@163.com>2025-03-12 06:06:39 +0800
committerGitHub <noreply@github.com>2025-03-11 22:06:39 +0000
commite4757534fe61c580615921ac8cdd4eb5a4a02e7a (patch)
tree876413d13ad0308c6a3320c769c6eb950feb4f9c
parent9858ec81f9aef6d9df5425d1852fce882071602c (diff)
downloadservo-e4757534fe61c580615921ac8cdd4eb5a4a02e7a.tar.gz
servo-e4757534fe61c580615921ac8cdd4eb5a4a02e7a.zip
Bump Stylo to from a93e7ef to 4add86f (#34714)
https://github.com/servo/stylo/compare/a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e...4add86f53a05ee27c13db998465e83e1ed733871 - servo/stylo#134 Remove unnecessary imports - servo/stylo#133 Reinstate missing gecko-specific import - servo/stylo#135 fix: add atoms "show" - servo/stylo#102 Use truncation instead of rounding to resolve percentages into app units Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
-rw-r--r--Cargo.lock24
-rw-r--r--tests/wpt/meta/css/css-sizing/percentage-width-subpixels.tentative.html.ini2
2 files changed, 12 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0e550427ad2..d96bfc14813 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1737,7 +1737,7 @@ dependencies = [
[[package]]
name = "dom"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"bitflags 2.9.0",
"malloc_size_of",
@@ -4566,7 +4566,7 @@ dependencies = [
[[package]]
name = "malloc_size_of"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"app_units",
"cssparser",
@@ -6586,7 +6586,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.26.0"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"bitflags 2.9.0",
"cssparser",
@@ -6871,7 +6871,7 @@ dependencies = [
[[package]]
name = "servo_arc"
version = "0.4.0"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"serde",
"stable_deref_trait",
@@ -6880,7 +6880,7 @@ dependencies = [
[[package]]
name = "servo_atoms"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"string_cache",
"string_cache_codegen",
@@ -7237,7 +7237,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_prefs"
version = "0.1.0"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
[[package]]
name = "strck"
@@ -7317,7 +7317,7 @@ dependencies = [
[[package]]
name = "style"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"app_units",
"arrayvec",
@@ -7375,7 +7375,7 @@ dependencies = [
[[package]]
name = "style_config"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"lazy_static",
]
@@ -7383,7 +7383,7 @@ dependencies = [
[[package]]
name = "style_derive"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"darling",
"proc-macro2",
@@ -7413,7 +7413,7 @@ dependencies = [
[[package]]
name = "style_traits"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"app_units",
"bitflags 2.9.0",
@@ -7797,7 +7797,7 @@ dependencies = [
[[package]]
name = "to_shmem"
version = "0.1.0"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"cssparser",
"servo_arc",
@@ -7810,7 +7810,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.1.0"
-source = "git+https://github.com/servo/stylo?branch=2025-03-01#a93e7efd1b4ce73d5a1b3df2337f5d16d3de121e"
+source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
dependencies = [
"darling",
"proc-macro2",
diff --git a/tests/wpt/meta/css/css-sizing/percentage-width-subpixels.tentative.html.ini b/tests/wpt/meta/css/css-sizing/percentage-width-subpixels.tentative.html.ini
deleted file mode 100644
index 8d85bb781c8..00000000000
--- a/tests/wpt/meta/css/css-sizing/percentage-width-subpixels.tentative.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[percentage-width-subpixels.tentative.html]
- expected: FAIL