style: Accept unknown webkit pseudo-element.

Differential Revision: https://phabricator.services.mozilla.com/D4186
This commit is contained in:
Xidorn Quan 2018-08-24 22:17:37 +10:00 committed by Emilio Cobos Álvarez
parent d12d420974
commit d4163eae96
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 35 additions and 4 deletions

View file

@ -14,7 +14,7 @@ use properties::{ComputedValues, PropertyFlags};
use properties::longhands::display::computed_value::T as Display;
use selector_parser::{NonTSPseudoClass, PseudoElementCascadeType, SelectorImpl};
use std::fmt;
use str::starts_with_ignore_ascii_case;
use str::{starts_with_ignore_ascii_case, string_as_ascii_lowercase};
use string_cache::Atom;
use thin_slice::ThinBoxedSlice;
use values::serialize_atom_identifier;