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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-expected.txt

Issue 197103005: Have XMLHttpRequest.responseXML return an XMLDocument (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline additional test Created 6 years, 9 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/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

Powered by Google App Engine
This is Rietveld 408576698