mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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 {
|
if let Some(image) = v.0 {
|
||||||
// TODO: We need to make border-image-source match with background-image
|
self.gecko.mBorderImageSource.set(image, true, &mut false)
|
||||||
// until then we are setting with_url to false
|
|
||||||
self.gecko.mBorderImageSource.set(image, false, &mut false)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue