mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Fix the unit tests to make use of local ToCss
This commit is contained in:
parent
6061985898
commit
5ac1c11e9e
8 changed files with 20 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use cssparser::Parser;
|
||||
use cssparser::{Parser, ToCss};
|
||||
use selectors::parser::{Selector, ParserContext, parse_selector_list};
|
||||
use style::selector_impl::TheSelectorImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue