blob: fe35e1083f3ed05df530fb3c984d51d303b5fa2a [file] [log] [blame]
<html>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
function runTest() {
if (document.a)
document.getElementById('result').innerHTML = 'SUCCESS';
}
</script>
<body onload="runTest()">
<object name="a"><foo></foo></object>
<div>This tests that an object element with an unknown child element is still part of the document's named item map.</div>
<div id="result">FAILURE</div>
</body>
</html>