mirror of
https://github.com/servo/servo.git
synced 2025-08-20 04:45:33 +01:00
style: Fix / remove unit tests.
Unit tests removed have WPT equivalents.
This commit is contained in:
parent
26720e10a9
commit
fc4998367b
11 changed files with 58 additions and 162 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue