Add one more selector to CSS parsing tests

Add an E + F selector to the selector parsing tests.
It is a CSS selector that we support.
This commit is contained in:
Matthias Clasen 2015-11-14 19:04:42 -05:00
parent 2d054fa6ae
commit fe65c3ac4c

View File

@ -12,6 +12,7 @@ test_parse_selectors (void)
"E {}",
"E F {}",
"E > F {}",
"E + F {}",
"E#id {}",
"#id {}",
"tab:first-child {}",