mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #17153 - Manishearth:stylo-vp-disable, r=emilio
stylo: disable @viewport Firefox doesn't support @viewport, we shouldn't either. r=emilio https://bugzilla.mozilla.org/show_bug.cgi?id=1347410 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17153) <!-- Reviewable:end -->
This commit is contained in:
commit
7176e3ae9e
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue