From 31f09b2bf455caac795d3160a193e0b479f29817 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 31 Oct 2017 09:16:44 +1000 Subject: [PATCH] Update WR (1st round of box shadow optimizations) --- Cargo.lock | 4 ++-- tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini diff --git a/Cargo.lock b/Cargo.lock index 5f09f0bdcd3..e7342c41320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.53.1" -source = "git+https://github.com/servo/webrender#f80760ffc8d073f90c7b2b29ded28a6f8879e63f" +source = "git+https://github.com/servo/webrender#b6a022441f5ddd934f7da48ca4d25583d7508dd3" dependencies = [ "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)", @@ -3653,7 +3653,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.53.1" -source = "git+https://github.com/servo/webrender#f80760ffc8d073f90c7b2b29ded28a6f8879e63f" +source = "git+https://github.com/servo/webrender#b6a022441f5ddd934f7da48ca4d25583d7508dd3" dependencies = [ "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)", diff --git a/tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini b/tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini deleted file mode 100644 index 3ad8a9c02b5..00000000000 --- a/tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[text_shadow_blur_a.html] - type: reftest - expected: FAIL