mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Implement gecko glue for border-image-outset
This commit is contained in:
parent
132b36835b
commit
dc55e80752
2 changed files with 22 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue