mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Miscellaneous build / tidy fixes.
This commit is contained in:
parent
5158f65810
commit
31e8e418ea
66 changed files with 566 additions and 294 deletions
|
@ -5,6 +5,7 @@
|
|||
use cssparser::{Parser, ParserInput};
|
||||
use euclid::{Scale, Size2D};
|
||||
use servo_arc::Arc;
|
||||
use style::context::QuirksMode;
|
||||
use style::custom_properties::{
|
||||
CustomPropertiesBuilder, CustomPropertiesMap, Name, SpecifiedValue,
|
||||
};
|
||||
|
@ -30,6 +31,7 @@ fn cascade(
|
|||
|
||||
let device = Device::new(
|
||||
MediaType::screen(),
|
||||
QuirksMode::NoQuirks,
|
||||
Size2D::new(800., 600.),
|
||||
Scale::new(1.0),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue