mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Stylo: Make sure that the URL stylo parse for border-image-source is propagated to Gecko computed style.
This commit is contained in:
parent
8f1356de60
commit
53279596db
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue