Index: LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-expected.txt b/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-expected.txt |
index fcdaa403ca6cf63d1ec529e332b3de97c1d1abef..2308e39813e62146bb2bfc5c3cfff18449d4383c 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-expected.txt |
@@ -1,44 +1,44 @@ |
-PASS -- testing: text/xml -- responseXML: [object Document] |
+PASS -- testing: text/xml -- responseXML: [object XMLDocument] |
-PASS -- testing: image/svg+xml -- responseXML: [object Document] |
+PASS -- testing: image/svg+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: application/soap+xml -- responseXML: [object Document] |
+PASS -- testing: application/soap+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo/bar+xml -- responseXML: [object Document] |
+PASS -- testing: foo/bar+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: 123/BAR+xml -- responseXML: [object Document] |
+PASS -- testing: 123/BAR+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo_bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo_bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo-bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo-bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo+bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo+bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo~bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo~bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo!bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo!bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo$bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo$bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo^bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo^bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo{bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo{bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo}bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo}bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo|bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo|bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo%bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo%bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo'bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo'bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo`bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo`bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo#bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo#bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo&bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo&bar/baz+xml -- responseXML: [object XMLDocument] |
-PASS -- testing: foo*bar/baz+xml -- responseXML: [object Document] |
+PASS -- testing: foo*bar/baz+xml -- responseXML: [object XMLDocument] |
PASS -- testing: text/html -- responseXML: null |
@@ -46,7 +46,7 @@ PASS -- testing: image/png -- responseXML: null |
PASS -- testing: invalid -- responseXML: null |
-FAIL (got document -- response type: foo bar/baz+xml) -- testing: foo bar/baz+xml -- responseXML: [object Document] |
+FAIL (got document -- response type: foo bar/baz+xml) -- testing: foo bar/baz+xml -- responseXML: [object XMLDocument] |
PASS -- testing: foo[bar/baz+xml -- responseXML: null |