3 PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <html xmlns=
"http://www.w3.org/1999/xhtml" lang=
"en" xml:
lang=
"en">
8 <script type=
"text/javascript">
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 var td = document.createElement(
"td");
14 document.getElementById(
"target").appendChild(document.createTextNode(td.namespaceURI));
18 <body onload=
"test()">
22 <p>The above text should display the xhtml namespace uri. Bug
8007.