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

Unified Diff: LayoutTests/svg/custom/clone-node-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
« no previous file with comments | « LayoutTests/svg/custom/clone-node.html ('k') | LayoutTests/svg/custom/dynamic-svg-document-creation.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/clone-node-expected.txt
diff --git a/LayoutTests/svg/custom/clone-node-expected.txt b/LayoutTests/svg/custom/clone-node-expected.txt
index 1e64af5e126713188a300cb1e5aec1350906021c..ec8c0f680a0e5e977ac3ea5510cb3ac67ca57cc8 100644
--- a/LayoutTests/svg/custom/clone-node-expected.txt
+++ b/LayoutTests/svg/custom/clone-node-expected.txt
@@ -3,8 +3,8 @@ Tests cloneNode for SVGDocument.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS svgDoc.cloneNode(false).__proto__ is SVGDocument.prototype
-PASS className(svgDoc.cloneNode(false)) is "SVGDocument"
+PASS svgDoc.cloneNode(false).__proto__ is XMLDocument.prototype
+PASS className(svgDoc.cloneNode(false)) is "XMLDocument"
PASS svgDoc.cloneNode(true).compatMode is "CSS1Compat"
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/svg/custom/clone-node.html ('k') | LayoutTests/svg/custom/dynamic-svg-document-creation.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698