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/fast/dom/wrapper-classes-expected.txt

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() 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/fast/dom/wrapper-classes-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-classes-expected.txt b/LayoutTests/fast/dom/wrapper-classes-expected.txt
index d8ec14b974903b72ed3a467374437ff9274c2681..a04b9c290085432c0907646f9d8ebb15e61ebcef 100644
--- a/LayoutTests/fast/dom/wrapper-classes-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt
@@ -51,10 +51,10 @@ PASS document.createTreeWalker(root, 0, null, false).constructor.name is "TreeWa
XML
-PASS classString(xmlDocument) is "Document"
-FAIL classString(xmlDocument.__proto__) should be DocumentPrototype. Was Object.
+PASS classString(xmlDocument) is "XMLDocument"
+FAIL classString(xmlDocument.__proto__) should be XMLDocumentPrototype. Was Object.
PASS classString(xmlDocument.constructor) is "Function"
-PASS xmlDocument.constructor.name is "Document"
+PASS xmlDocument.constructor.name is "XMLDocument"
PASS classString(xmlDocument.createCDATASection()) is "CDATASection"
FAIL classString(xmlDocument.createCDATASection().__proto__) should be CDATASectionPrototype. Was Object.
PASS classString(xmlDocument.createCDATASection().constructor) is "Function"

Powered by Google App Engine
This is Rietveld 408576698