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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype-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
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype-expected.txt
index 5cb57176fb20725aca0e3786b7ae24950721df77..6e5a883db9b61ba5a1ee112f102d35c18a288621 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype-expected.txt
@@ -3,7 +3,7 @@ This test checks for <rdar://problem/5303567> REGRESSION: XMLHttpRequest.respons
PASS: No exception.
readyState: 4 (number)
responseText: <?xml version="1.0" encoding="UTF-8"?>... (string)
-responseXML: [object Document] (object)
+responseXML: [object XMLDocument] (object)
status: 0 (number)
statusText: (string)
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698