mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Further changes required by Servo
This commit is contained in:
parent
57da2712d0
commit
d53696e452
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ impl Parse for Content {
|
|||
has_moz_keyword = true;
|
||||
generics::ContentItem::MozAltContent
|
||||
},
|
||||
#[cfg(feature = "gecko")]
|
||||
"-moz-label-content" if context.chrome_rules_enabled() => {
|
||||
has_moz_keyword = true;
|
||||
generics::ContentItem::MozLabelContent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue