Implement gecko glue for border-image-width

This commit is contained in:
Nazım Can Altınova 2016-11-03 18:42:38 +03:00
parent cbd43f7acc
commit 8387d7e8b6
2 changed files with 28 additions and 2 deletions

View file

@ -383,7 +383,7 @@ ${helpers.single_keyword("-moz-float-edge", "content-box margin-box",
</%helpers:longhand>
// https://drafts.csswg.org/css-backgrounds-3/#border-image-width
<%helpers:longhand name="border-image-width" products="none" animatable="False">
<%helpers:longhand name="border-image-width" products="gecko" animatable="False">
use cssparser::ToCss;
use std::fmt;
use values::LocalToCss;