Stylo: Make sure that the URL stylo parse for border-image-source is propagated to Gecko computed style.

This commit is contained in:
cku 2017-04-27 00:06:09 +08:00
parent 8f1356de60
commit 53279596db

View file

@ -944,9 +944,7 @@ fn static_assert() {
}
if let Some(image) = v.0 {
// TODO: We need to make border-image-source match with background-image
// until then we are setting with_url to false
self.gecko.mBorderImageSource.set(image, false, &mut false)
self.gecko.mBorderImageSource.set(image, true, &mut false)
}
}