Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |