To test for cross-browsers inconsistences:
- Execute these tests in a browsers without support for "querySelectorAll" (Opera < 10, Firefox <= 3.1, IE6/7)
- Compare the results obtained from different browsers, also, test different versions of the same browser
- Finally compare the results above with results from browsers having support for "querySelectorAll"
NOTE: All following tests lines should be green on browsers with support for "querySelectorAll"
Descendant combinators (E F)
Descendant and general descendant combinators (E F F)
Descendant and child selector combinators (E F > F)
Descendant and adjacent sibling combinators (E F + F)
Descendant and general sibling combinators (E F ~ F)
Direct descendant combinators (E > F)
Direct descendant and general descendant combinators (E > F F)
Direct descendant and child selector combinators (E > F > F)
Direct descendant and adjacent sibling combinators (E > F + F)
Direct descendant and general sibling combinators (E > F ~ F)