Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / frame-getSVGDocument-expected.txt
index 0db1e37..8ec2ac7 100644 (file)
@@ -4,13 +4,13 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 
 PASS !!frame.getSVGDocument is true
-PASS frame.getSVGDocument().toString() is "[object SVGDocument]"
+PASS frame.getSVGDocument().toString() is "[object XMLDocument]"
 PASS !!iframe.getSVGDocument is true
-PASS iframe.getSVGDocument().toString() is "[object SVGDocument]"
+PASS iframe.getSVGDocument().toString() is "[object XMLDocument]"
 PASS !!embed.getSVGDocument is true
-PASS embed.getSVGDocument().toString() is "[object SVGDocument]"
+PASS embed.getSVGDocument().toString() is "[object XMLDocument]"
 PASS !!object.getSVGDocument is true
-PASS object.getSVGDocument().toString() is "[object SVGDocument]"
+PASS object.getSVGDocument().toString() is "[object XMLDocument]"
 PASS successfullyParsed is true
 
 TEST COMPLETE