Implement -moz-window-dragging

MozReview-Commit-ID: Ed6qYsOi5Ix
This commit is contained in:
Manish Goregaokar 2017-02-06 15:30:18 -08:00 committed by Manish Goregaokar
parent 3d0fe9a0dd
commit 2410591119

View file

@ -23,3 +23,9 @@ ${helpers.single_keyword("-moz-user-select", "auto text none all", products="gec
gecko_inexhaustive=True,
animatable=False,
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}
${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", products="gecko",
gecko_ffi_name="mWindowDragging",
gecko_enum_prefix="StyleWindowDragging",
animatable=False,
spec="None (Nonstandard Firefox-only property)")}