stylo: disable @viewport

Firefox doesn't support @viewport, we shouldn't either.
This commit is contained in:
Manish Goregaokar 2017-06-03 21:33:03 -07:00 committed by Manish Goregaokar
parent 6d6f03974d
commit cdc230e4d3

View file

@ -1759,7 +1759,7 @@ fn is_viewport_enabled() -> bool {
#[cfg(not(feature = "servo"))] #[cfg(not(feature = "servo"))]
fn is_viewport_enabled() -> bool { fn is_viewport_enabled() -> bool {
true false // Gecko doesn't support @viewport
} }
impl<'a, 'b> AtRuleParser for NestedRuleParser<'a, 'b> { impl<'a, 'b> AtRuleParser for NestedRuleParser<'a, 'b> {