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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/response-json-expected.txt

Issue 302093010: Update http/resources/teshharnessreport.js to match CL 109763007. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@update-testharness
Patch Set: Created 6 years, 6 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 1 This is a testharness.js-based test.
2 PASS Test XMLHttpRequest with responseType set to 'json' for '' expecting failur e. 2 PASS Test XMLHttpRequest with responseType set to 'json' for '' expecting failur e.
3 PASS Test XMLHttpRequest with responseType set to 'json' for '00' expecting fail ure. 3 PASS Test XMLHttpRequest with responseType set to 'json' for '00' expecting fail ure.
4 PASS Test XMLHttpRequest with responseType set to 'json' for 'a' expecting failu re. 4 PASS Test XMLHttpRequest with responseType set to 'json' for 'a' expecting failu re.
5 PASS Test XMLHttpRequest with responseType set to 'json' for '1' expecting succe ss. 5 PASS Test XMLHttpRequest with responseType set to 'json' for '1' expecting succe ss.
6 PASS Test XMLHttpRequest with responseType set to 'json' for '-1' expecting succ ess. 6 PASS Test XMLHttpRequest with responseType set to 'json' for '-1' expecting succ ess.
7 PASS Test XMLHttpRequest with responseType set to 'json' for 'null' expecting su ccess. 7 PASS Test XMLHttpRequest with responseType set to 'json' for 'null' expecting su ccess.
8 PASS Test XMLHttpRequest with responseType set to 'json' for '{}' expecting succ ess. 8 PASS Test XMLHttpRequest with responseType set to 'json' for '{}' expecting succ ess.
9 PASS Test XMLHttpRequest with responseType set to 'json' for '[]' expecting succ ess. 9 PASS Test XMLHttpRequest with responseType set to 'json' for '[]' expecting succ ess.
10 PASS Test XMLHttpRequest with responseType set to 'json' for '{"a":5,"b":10,"c": [{},5,"\n"]}' expecting success. 10 PASS Test XMLHttpRequest with responseType set to 'json' for '{"a":5,"b":10,"c": [{},5,"\n"]}' expecting success.
11 PASS Test XMLHttpRequest with responseType set to 'json' for test.json. 11 PASS Test XMLHttpRequest with responseType set to 'json' for test.json.
12 Harness: the test ran to completion.
12 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698