OLD | NEW |
---|---|
(Empty) | |
1 This tests that XMLSerializer emits a correct namespace declaration for the <ima ge> element. The first line is serialized as part of a DocumentFragment. The sec ond line is serialized as part of the Document. | |
2 | |
3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"><image xlink:href="blah"/></svg> | |
4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"><image xlink:href="blah"></image></svg> | |
OLD | NEW |