Update WR (details below):

* Add support for clip masks on text runs.
* Fix atomic ordering of items with multiple shadows.
* Update to bincode + ipc-channel with optimizations.
* Fix some plane splitting precision errors.
* Improve the anti-aliasing quality significantly.
* Add internal ClipChain support.
* Fix diacritic glyphs on Linux.
This commit is contained in:
Glenn Watson 2017-10-16 08:35:07 +10:00
parent 086c48210c
commit 4469f39f3f
34 changed files with 87 additions and 77 deletions

View file

@ -0,0 +1,6 @@
[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm]
type: reftest
expected:
if os == "linux": FAIL
bug: https://github.com/servo/webrender/issues/1776

View file

@ -0,0 +1,5 @@
[transform-3d-rotateY-stair-below-001.htm]
type: reftest
expected: FAIL
bug: https://github.com/servo/webrender/issues/1776