style: Fix / remove unit tests.

Unit tests removed have WPT equivalents.
This commit is contained in:
Emilio Cobos Álvarez 2018-06-23 19:57:51 +02:00
parent 26720e10a9
commit fc4998367b
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
11 changed files with 58 additions and 162 deletions

View file

@ -55,7 +55,7 @@ fn parse_rules(css: &str) -> Vec<(StyleSource, CascadeLevel)> {
media,
lock,
None,
&ErrorringErrorReporter,
Some(&ErrorringErrorReporter),
QuirksMode::NoQuirks,
0);
let guard = s.shared_lock.read();