mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
stylo: disable @viewport
Firefox doesn't support @viewport, we shouldn't either.
This commit is contained in:
parent
6d6f03974d
commit
cdc230e4d3
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue