blob: 27c9d0a8e6ccdbdae6e0a3157cfdc665c7b36f77 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<a id=target href="http://www.webkit.org" rel=noreferrer>WebKit</a>
<script>
description("Verify that removing the \"rel\" attribute from an anchor element does not cause a crash.")
document.getElementById('target').removeAttribute('rel');
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>