Implement gecko glue for border-image-slice

This commit is contained in:
Nazım Can Altınova 2016-11-03 19:35:00 +03:00
parent 8387d7e8b6
commit 6014c0c8ed
2 changed files with 33 additions and 2 deletions

View file

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