blob: 158cd78a5e98d83671f9d60ef1152ed7e66d478e [file] [log] [blame]
This tests that XMLSerializer.serializeToString() correctly writes out an empty default namespace declaration if the element is not in any namespace.
<div xmlns="http://www.w3.org/1999/xhtml" id="target"> <div id="output"> </div><a xmlns="" href="#"/></div>