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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/xhr-onload-expected.txt

Issue 938553003: [DO NOT COMMIT] [DO NOT REVIEW] XHR timeout layout test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/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
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/xhr-onload.html ('k') | Source/bindings/core/v8/V8AbstractEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698