1 <p>Test for a
<href=
"https://bugs.webkit.org/show_bug.cgi?id=30992">bug
30992</a>: Node.isDefaultNamespace doesn't convert empty strings to null.
</p>
2 <p>Should say PASS:
</p>
5 testRunner
.dumpAsText();
7 document
.write((document
.implementation
.createDocument(null, 'root', null).isDefaultNamespace('')) ? "PASS" : "FAIL");