mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update WR (unrevert border snapping code).
This commit is contained in:
parent
c5433277b4
commit
265f81f002
8 changed files with 10 additions and 16 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3350,7 +3350,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender"
|
||||
version = "0.43.0"
|
||||
source = "git+https://github.com/servo/webrender#dfeefbd8c7bcb85744ebb3d3026712ff5bcbf1d4"
|
||||
source = "git+https://github.com/servo/webrender#96375038e904ac85317be53acc987eeab27207b6"
|
||||
dependencies = [
|
||||
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3379,7 +3379,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender_traits"
|
||||
version = "0.43.0"
|
||||
source = "git+https://github.com/servo/webrender#dfeefbd8c7bcb85744ebb3d3026712ff5bcbf1d4"
|
||||
source = "git+https://github.com/servo/webrender#96375038e904ac85317be53acc987eeab27207b6"
|
||||
dependencies = [
|
||||
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[mix-blend-mode-blended-with-transform-and-perspective.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[rotate_45deg.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[rotate_x_45deg.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[rotate_y_45deg.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[transform-input-019.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[block-non-replaced-height-001.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[mix-blend-mode-parent-with-3D-transform.htm]
|
||||
[painting-order-underline-001.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "mac": FAIL
|
Loading…
Add table
Add a link
Reference in a new issue