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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Request a file as the Text type with asynchronous XMLHttpRequest in a document c ontext. 1 Request a file as the Text type with asynchronous XMLHttpRequest in a document c ontext.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS req.status is 200 6 xhr.readyState === 4
7 PASS req.response is "PASS" 7 xhr.onload
8 PASS req.status is 200 8 DONE
9 PASS req.response is "PASS"
10 PASS req.status is 200
11 PASS req.response is "PASS"
12 PASS successfullyParsed is true 9 PASS successfullyParsed is true
13 10
14 TEST COMPLETE 11 TEST COMPLETE
15 12
OLDNEW
« 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