Trying to abstract out traversal, test hanging

This commit is contained in:
2020-04-16 00:37:01 -04:00
parent 359be3a3e3
commit e20ec1224e
3 changed files with 65 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ mod css_at_rule {
mod arena_dom;
mod config;
mod css_parser;
mod traverser;
use arena_dom::{create_element, html5ever_parse_slice_into_arena, Arena, NodeData, Ref};
use config::permissive::{ADD_ATTRIBUTES, ALL_ATTRIBUTES, ATTRIBUTES, ELEMENTS, PROTOCOLS};