| Index: LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt
|
| diff --git a/LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt b/LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..39cb5b2f8975d6967811f9507d1461d2e6ca106d
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +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 "<rect></rect>"
|
| +PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
|
| +PASS svg.innerHTML is "<foreignObject><svg></svg></foreignObject>"
|
| +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 "<foreignObject><p>x</p></foreignObject>"
|
| +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 "<circle></circle>"
|
| +PASS svg.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|