4 testRunner
.dumpAsText();
8 document
.getElementById('result').innerHTML
= 'SUCCESS';
11 <body onload=
"runTest()">
12 <object name=
"a"><foo></foo></object>
13 <div>This tests that an object element with an unknown child element is still part of the document's named item map.
</div>
14 <div id=
"result">FAILURE
</div>