blob: 5fa4e5b8b666639422d5b4ad9a67fea62d4ee90a [file] [log] [blame]
<html>
<head>
<script>
function onload()
{
if (window.testRunner)
testRunner.dumpAsText();
document.body.removeAttributeNode(document.createAttribute("doesNotExist"));
}
</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>