Support basic immutable CSSOM

This commit is contained in:
Manish Goregaokar 2016-11-10 16:16:56 -08:00
parent 2220fcdc0b
commit 177d6fa4ee
33 changed files with 861 additions and 43 deletions

View file

@ -256,7 +256,7 @@ fn test_parse_stylesheet() {
]
})))
],
].into(),
};
assert_eq!(format!("{:#?}", stylesheet), format!("{:#?}", expected));