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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt

Issue 802123003: Adding LayoutTest for testing XMLHttpRequest.responseXML returns an XMLDocument. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/responsexml-type.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt b/LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt
index 51e871f4e0b1c7549ef8185c32a8fdb9257a6410..814ecb938acef1634a91317ff8044c97c3f4ebfd 100644
--- a/LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/responsexml-type-expected.txt
@@ -3,8 +3,7 @@ This tests that XMLHttpRequest.responseXML returns an XMLDocument.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS request.responseXML.__proto__ is XMLDocument.prototype
-PASS request.responseXML.__proto__.__proto__ is Document.prototype
+PASS responseDocument is "[object XMLDocument]"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/responsexml-type.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698