mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Layout 2013: Don't use WebRender border image outset support (#30315)
The border image outset support in WebRender is going to be removed and even in versions of WebRender where it still exists, it fails to render properly. A border image is a type of border composed of slices of images. The "outset" of this kind of border is a property in CSS that makes the border boundaries expand. Previously, the value was passed to WebRender which would expand the border by this amount and render the images into the expanded rectangle. Since this is going to be removed, we handle this property outside of WebRender. The change is simply to expand the border area by the outset before calculating the rest of the border values. This is necessary for the WebRender upgrade.
This commit is contained in:
parent
b7aa989157
commit
a0cff6a085
2 changed files with 10 additions and 17 deletions
|
@ -1,3 +0,0 @@
|
|||
[border-image-width-007.xht]
|
||||
type: reftest
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue