From aa077ed40a2fd4d2d659bacbe0c074b883c1595c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Can=20Alt=C4=B1nova?= Date: Wed, 19 Apr 2017 16:50:06 +0300 Subject: [PATCH] stylo: Add clip value to overflow-{x,y} properties --- components/style/properties/longhand/box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhand/box.mako.rs b/components/style/properties/longhand/box.mako.rs index 95f868af743..698f715b96b 100644 --- a/components/style/properties/longhand/box.mako.rs +++ b/components/style/properties/longhand/box.mako.rs @@ -353,6 +353,7 @@ ${helpers.single_keyword("overflow-clip-box", "padding-box content-box", // FIXME(pcwalton, #2742): Implement scrolling for `scroll` and `auto`. ${helpers.single_keyword("overflow-x", "visible hidden scroll auto", + extra_gecko_values="clip", need_clone=True, animation_type="none", gecko_constant_prefix="NS_STYLE_OVERFLOW", spec="https://drafts.csswg.org/css-overflow/#propdef-overflow-x")}