mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add -moz-float-edge
This commit is contained in:
parent
2d5dc8fa6d
commit
5170f46455
2 changed files with 8 additions and 2 deletions
|
@ -63,3 +63,9 @@
|
|||
% endfor
|
||||
|
||||
${helpers.single_keyword("box-decoration-break", "slice clone", products="gecko")}
|
||||
|
||||
${helpers.single_keyword("-moz-float-edge",
|
||||
"content-box margin-box",
|
||||
gecko_ffi_name="mFloatEdge",
|
||||
gecko_constant_prefix="NS_STYLE_FLOAT_EDGE",
|
||||
products="gecko")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue