Index: LayoutTests/http/tests/xmlhttprequest/xhr-onload-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/response-text-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xhr-onload-expected.txt |
similarity index 59% |
copy from LayoutTests/http/tests/xmlhttprequest/response-text-expected.txt |
copy to LayoutTests/http/tests/xmlhttprequest/xhr-onload-expected.txt |
index f3dcab112c523e0f18700a485667405414cde471..2f7ab25b34422c0e13caafc03788d33a1d753cc5 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/response-text-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/xhr-onload-expected.txt |
@@ -3,12 +3,9 @@ Request a file as the Text type with asynchronous XMLHttpRequest in a document c |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS req.status is 200 |
-PASS req.response is "PASS" |
-PASS req.status is 200 |
-PASS req.response is "PASS" |
-PASS req.status is 200 |
-PASS req.response is "PASS" |
+xhr.readyState === 4 |
+xhr.onload |
+DONE |
PASS successfullyParsed is true |
TEST COMPLETE |