blob: b975f53e9b6415f7fee0db778eeb255204447a85 [file] [log] [blame]
<html>
<head>
<script>
function onload()
{
if (window.testRunner)
testRunner.dumpAsText();
document.appendChild(document.createElement('x'));
}
</script>
</head>
<body onload="onload()">
<p>
This tests that we are getting the correct message for DOM Exception 3: HIERARCHY_REQUEST_ERR.
</p>
</body>
</html>