mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #17389 - glennw:revert, r=jdm
Update WR (unrevert border snapping code). <!-- 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/17389) <!-- Reviewable:end -->
This commit is contained in:
commit
348c282407
8 changed files with 10 additions and 16 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3350,7 +3350,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender"
|
name = "webrender"
|
||||||
version = "0.43.0"
|
version = "0.43.0"
|
||||||
source = "git+https://github.com/servo/webrender#dfeefbd8c7bcb85744ebb3d3026712ff5bcbf1d4"
|
source = "git+https://github.com/servo/webrender#96375038e904ac85317be53acc987eeab27207b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -3379,7 +3379,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender_traits"
|
name = "webrender_traits"
|
||||||
version = "0.43.0"
|
version = "0.43.0"
|
||||||
source = "git+https://github.com/servo/webrender#dfeefbd8c7bcb85744ebb3d3026712ff5bcbf1d4"
|
source = "git+https://github.com/servo/webrender#96375038e904ac85317be53acc987eeab27207b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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]
|
[rotate_x_45deg.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected: FAIL
|
||||||
if os == "linux": 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
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": FAIL
|
if os == "mac": FAIL
|
Loading…
Add table
Add a link
Reference in a new issue