mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Unprefix -moz-read-write / -moz-read-only.
And remove some duplicated tests from WPT. Differential Revision: https://phabricator.services.mozilla.com/D75231
This commit is contained in:
parent
4359aae44e
commit
0c4bba6b52
4 changed files with 8 additions and 6 deletions
|
@ -119,6 +119,8 @@ impl NonTSPseudoClass {
|
|||
match_ignore_ascii_case! { &name,
|
||||
$($css => Some(NonTSPseudoClass::$name),)*
|
||||
"-moz-full-screen" => Some(NonTSPseudoClass::Fullscreen),
|
||||
"-moz-read-only" => Some(NonTSPseudoClass::ReadOnly),
|
||||
"-moz-read-write" => Some(NonTSPseudoClass::ReadWrite),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue