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

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

Issue 328243002: Remove passing testharness expected files that are not required. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@presubmit_testharness
Patch Set: don't delete http sw workers expected for the moment 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
(Empty)
1 This is a testharness.js-based test.
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.
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.
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.
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.
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.
12 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698