forked from AuroraMiddleware/gtk
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:
parent
2d054fa6ae
commit
fe65c3ac4c
@ -12,6 +12,7 @@ test_parse_selectors (void)
|
||||
"E {}",
|
||||
"E F {}",
|
||||
"E > F {}",
|
||||
"E + F {}",
|
||||
"E#id {}",
|
||||
"#id {}",
|
||||
"tab:first-child {}",
|
||||
|
Loading…
Reference in New Issue
Block a user