blob: 3bb031ab9fac7eec9e41d92d9bcc5b3d1ab06dde [file] [log] [blame]
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<div>
This tests <a href="http://bugs.webkit.org/show_bug.cgi?id=14114">Bug 14114</a>.
</div>
<div>
Test Data:
<a id="lowercase" href="#">lowercase</a>
<A id="uppercase" href="#">uppercase</A>
</div>
<div id="console"></div>
<script>
shouldBe("document.getElementById('lowercase').localName", "'a'");
shouldBe("document.getElementById('uppercase').localName", "'a'");
</script>
</body>
</html>