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" |