Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: LayoutTests/svg/custom/frame-getSVGDocument-expected.txt

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/frame-getSVGDocument-expected.txt
diff --git a/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt b/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt
index 0db1e37789284b9d352a58e16dc4b82d91c39fe2..8ec2ac7c8000a63a71ae27516d25c162eada88e5 100644
--- a/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt
+++ b/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt
@@ -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
« no previous file with comments | « LayoutTests/svg/custom/frame-getSVGDocument.html ('k') | LayoutTests/svg/custom/global-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698