mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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;
|
has_moz_keyword = true;
|
||||||
generics::ContentItem::MozAltContent
|
generics::ContentItem::MozAltContent
|
||||||
},
|
},
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
"-moz-label-content" if context.chrome_rules_enabled() => {
|
"-moz-label-content" if context.chrome_rules_enabled() => {
|
||||||
has_moz_keyword = true;
|
has_moz_keyword = true;
|
||||||
generics::ContentItem::MozLabelContent
|
generics::ContentItem::MozLabelContent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue