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