mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Implement gecko glue for border-image-slice
This commit is contained in:
parent
8387d7e8b6
commit
6014c0c8ed
2 changed files with 33 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue