blob: 98ea27941d71d4500c3dcf6351ae5c4c4ce5462e [file] [log] [blame]
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>createElement('a:b') in XML</title>
</head>
<body>
<p>FAIL (script didn't run)</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var got = document.createElement('a:b').localName;
var expected = 'a:b';
var passed = got == expected;
document.getElementsByTagName('p')[0].firstChild.data = passed ? 'PASS' : 'FAIL (got: ' + got + ', expected: ' + expected + ')';
</script>
</body>
</html>