Implement gecko glue for border-image-outset

This commit is contained in:
Nazım Can Altınova 2016-11-02 23:50:48 +03:00
parent 132b36835b
commit dc55e80752
2 changed files with 22 additions and 2 deletions

View file

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