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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt

Issue 950063004: Fix a XHR layout test that may cause a falkiness of other tests. (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 Test bug 12914 : Trying to access XMLHttpRequest.responseText or responseXML whe n they are not available should raise an exception 1 XMLHttpRequest.responseText should not throw even when not (loading or done).
2 2
3 Should see "PASS" four times: 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS
6 PASS
7 PASS
8 PASS
9 5
6 PASS readyState = 1
7 PASS readyState = 2
8 PASS readyState = 3
9 PASS readyState = 4
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698