From e165d1f885a6c8b421e44b00dc4b2937db9bd9ad Mon Sep 17 00:00:00 2001 From: Neck Varentsov Date: Fri, 17 Feb 2017 10:18:19 +0300 Subject: [PATCH] fix {transform,perspective}-origin accepts (and ignores) anything for their second part of value --- components/style/properties/longhand/effects.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/effects.mako.rs b/components/style/properties/longhand/effects.mako.rs index e651cc57a2e..5c44a737b83 100644 --- a/components/style/properties/longhand/effects.mako.rs +++ b/components/style/properties/longhand/effects.mako.rs @@ -487,7 +487,7 @@ pub fn parse_origin(context: &ParserContext, input: &mut Parser) -> Result { if horizontal.is_none() { horizontal = Some(value);