DEPRECATED: dojo/io/iframe Use dojo/request/iframe. -- will be removed in version: 2.0
126 tests to run in 1 groups
------------------------------------------------------------
GROUP "t" has 126 tests to run
PASSED test: doh.is(4, (dojo.query('h3')).length); 1 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(4, (dojo.query('#t h3')).length); 0 ms
PASSED test: doh.is(1, (dojo.query('div#t')).length); 1 ms
PASSED test: doh.is(4, (dojo.query('div#t h3')).length); 0 ms
PASSED test: doh.is(0, (dojo.query('span#t')).length); 0 ms
PASSED test: doh.is(0, (dojo.query('.bogus')).length); 1 ms
PASSED test: doh.is(0, (dojo.query('.bogus', dojo.byId('container'))).length); 1 ms
PASSED test: doh.is(0, (dojo.query('#bogus')).length); 0 ms
PASSED test: doh.is(0, (dojo.query('#bogus', dojo.byId('container'))).length); 0 ms
PASSED test: doh.is(1, (dojo.query('#t div > h3')).length); 0 ms
PASSED test: doh.is(2, (dojo.query('.foo')).length); 1 ms
Hover over HTML elements in the main page. Click to hold selection.