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

Unified Diff: LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-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 | « no previous file | LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
diff --git a/LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt b/LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
index bdbb3f5a7463cb0ce5955e470793bbb8a32c725b..6374b735f61cb62a32c1db731a840ba2dcb1e897 100644
--- a/LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
+++ b/LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
@@ -9,7 +9,7 @@ PASS document.implementation.createDocument("", "").__proto__ is XMLDocument.pro
PASS document.implementation.createDocument("", "html").__proto__ is XMLDocument.prototype
PASS document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html").__proto__ is XMLDocument.prototype
PASS document.implementation.createDocument("http://www.w3.org/2000/xmlns/", "xmlns:test").__proto__ is XMLDocument.prototype
-FAIL document.implementation.createDocument("http://www.w3.org/2000/svg", "svg").__proto__ should be [object Object]. Was [object Object].
+PASS document.implementation.createDocument("http://www.w3.org/2000/svg", "svg").__proto__ is XMLDocument.prototype
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698