testing dojo.query()

h3 span endh3

h3

h3

h3

one

two

108 tests to run in 1 groups
------------------------------------------------------------
GROUP "t" has 108 tests to run
PASSED test: doh.is(4, (dojo.query('h3')).length); 0 ms
PASSED test: doh.is(1, (dojo.query('h1:first-child')).length); 0 ms
PASSED test: doh.is(2, (dojo.query('h3:first-child')).length); 0 ms
PASSED test: doh.is(1, (dojo.query('#t')).length); 1 ms
PASSED test: doh.is(1, (dojo.query('#bug')).length); 0 ms
PASSED test: doh.is(4, (dojo.query('#t h3')).length); 0 ms
PASSED test: doh.is(1, (dojo.query('div#t')).length); 0 ms