Italic green passes (correctly fails to match), bold red-on-yellow fails (matches when it should not).
* html #id01
*html #id02
html* #id03
* + html #id04
*+html #id05
html > /**/body #id06
html>/**/body #id07
li/* comment */#id08
li/**/#id09
Any failures point to potential CSS hacks that will target a browser, and any passes indicate hacks that will not work.