mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update WR (1st round of box shadow optimizations)
This commit is contained in:
parent
b6475cf433
commit
31f09b2bf4
2 changed files with 2 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3625,7 +3625,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender"
|
name = "webrender"
|
||||||
version = "0.53.1"
|
version = "0.53.1"
|
||||||
source = "git+https://github.com/servo/webrender#f80760ffc8d073f90c7b2b29ded28a6f8879e63f"
|
source = "git+https://github.com/servo/webrender#b6a022441f5ddd934f7da48ca4d25583d7508dd3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -3653,7 +3653,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender_api"
|
name = "webrender_api"
|
||||||
version = "0.53.1"
|
version = "0.53.1"
|
||||||
source = "git+https://github.com/servo/webrender#f80760ffc8d073f90c7b2b29ded28a6f8879e63f"
|
source = "git+https://github.com/servo/webrender#b6a022441f5ddd934f7da48ca4d25583d7508dd3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[text_shadow_blur_a.html]
|
|
||||||
type: reftest
|
|
||||||
expected: FAIL
|
|
Loading…
Add table
Add a link
Reference in a new issue