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/response-json-expected.txt

Issue 21600002: Add json responseType support to XMLHttpRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 4 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 Test XMLHttpRequest with responseType set to 'json' for various input
2
3 PASS: "200" == "200"
4 PASS: "4" == "4"
5 PASS: "a" == "a"
6 PASS: "b" == "b"
7 PASS: "2" == "2"
8 PASS: "3" == "3"
9 PASS: "200" == "200"
10 PASS: "1" == "1"
11 PASS: "200" == "200"
12 PASS: "-1" == "-1"
13 PASS: "200" == "200"
14 PASS: "null" == "null"
15 PASS: "200" == "200"
16 PASS: "{}" == "{}"
17 PASS: "200" == "200"
18 PASS: "[]" == "[]"
19 PASS: "200" == "200"
20 PASS: "{"a":5,"b":10,"c":[{},5,"\n"]}" == "{"a":5,"b":10,"c":[{},5,"\n"]}"
21 PASS: "200" == "200"
22 PASS: "null" == "null"
23 PASS: "200" == "200"
24 PASS: "null" == "null"
25 PASS: "200" == "200"
26 PASS: "null" == "null"
27
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/response-json.html ('k') | Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698