Test that setting innerHTML and outerHTML properties works on SVG elements On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS svg.innerHTML is "" PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg" PASS svg.innerHTML is "" PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg" PASS svg.firstChild.firstChild.namespaceURI is "http://www.w3.org/2000/svg" PASS svg.innerHTML is "

x

" PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg" PASS svg.firstChild.firstChild.namespaceURI is "http://www.w3.org/1999/xhtml" PASS svg.innerHTML is "" PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg" PASS successfullyParsed is true TEST COMPLETE