aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/style/stylesheets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/stylesheets.rs b/components/style/stylesheets.rs
index 23dad0d1c55..7196bd35034 100644
--- a/components/style/stylesheets.rs
+++ b/components/style/stylesheets.rs
@@ -1759,7 +1759,7 @@ fn is_viewport_enabled() -> bool {
#[cfg(not(feature = "servo"))]
fn is_viewport_enabled() -> bool {
- true
+ false // Gecko doesn't support @viewport
}
impl<'a, 'b> AtRuleParser for NestedRuleParser<'a, 'b> {