diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index fc40dcff52d..69b6cbf1672 100644 --- a/components/style/properties/gecko.mako.rs +++ b/components/style/properties/gecko.mako.rs @@ -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) } }