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 |