mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #15654 - glennw:update-wr-clip-scroll, r=metajack
Update WR (clip scroll group work). This shouldn't have any noticeable change on Servo, but as we land various parts of the clip/scroll changes, keeping Servo up to date will hopefully help catch any regressions early. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15654) <!-- Reviewable:end -->
This commit is contained in:
commit
b5d8e8b84d
4 changed files with 11 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3210,7 +3210,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender"
|
||||
version = "0.17.0"
|
||||
source = "git+https://github.com/servo/webrender#bcd9ed5e74d657b3c9b6d62996e84c1a3ee7141b"
|
||||
source = "git+https://github.com/servo/webrender#12e583107f5525012f838acf847b2d9b47ea3f60"
|
||||
dependencies = [
|
||||
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 1.0.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3238,7 +3238,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender_traits"
|
||||
version = "0.16.0"
|
||||
source = "git+https://github.com/servo/webrender#bcd9ed5e74d657b3c9b6d62996e84c1a3ee7141b"
|
||||
source = "git+https://github.com/servo/webrender#12e583107f5525012f838acf847b2d9b47ea3f60"
|
||||
dependencies = [
|
||||
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[mix-blend-mode-blended-element-overflow-scroll.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[mix-blend-mode-iframe-parent.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[mix-blend-mode-iframe-sibling.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue