mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Hoist ApplicableDeclaration{Block,List} into a separate file.
MozReview-Commit-ID: EXnAzfyoZ1e
This commit is contained in:
parent
0caad2ffdc
commit
a98fff1af8
12 changed files with 161 additions and 130 deletions
|
@ -6,11 +6,11 @@ use selectors::gecko_like_types as dummies;
|
|||
use servo_arc::Arc;
|
||||
use std::mem::{size_of, align_of};
|
||||
use style;
|
||||
use style::applicable_declarations::ApplicableDeclarationBlock;
|
||||
use style::data::{ComputedStyle, ElementData, ElementStyles};
|
||||
use style::gecko::selector_parser as real;
|
||||
use style::properties::ComputedValues;
|
||||
use style::rule_tree::StrongRuleNode;
|
||||
use style::stylist::ApplicableDeclarationBlock;
|
||||
|
||||
#[test]
|
||||
fn size_of_selectors_dummy_types() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue