1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <meta http-equiv=
"Content-type" content=
"text/html; charset=UTF-8"/>
5 <script type=
"text/javascript" charset=
"utf-8">
9 testRunner.dumpAsText();
12 var attribute = document.createAttribute(
"ba:test");
13 var attribute2 = document.createAttribute(
"xmlns");
14 var attribute3 = document.createAttribute(
"ba:xmlns");
15 document.getElementById('res').
innerHTML=
"PASSED";
17 document.getElementById('res').
innerHTML=
"FAILED";
22 <body id=
"regression" onload=
"javascript:test();">
23 <p> <a href=
"https://bugs.webkit.org/show_bug.cgi?id=18066">bug18066
</a> REGRESSION: createAttribute throws NAMESPACE_ERR exception
</p>
24 <p> You should see PASSED once.
</p>