| Index: LayoutTests/http/tests/xmlhttprequest/response-json-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/response-json-expected.txt b/LayoutTests/http/tests/xmlhttprequest/response-json-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6e02623f5ad614e6906dfd7b6549901ddd856b6d
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/response-json-expected.txt
|
| @@ -0,0 +1,27 @@
|
| +Test XMLHttpRequest with responseType set to 'json' for various input
|
| +
|
| +PASS: "200" == "200"
|
| +PASS: "4" == "4"
|
| +PASS: "a" == "a"
|
| +PASS: "b" == "b"
|
| +PASS: "2" == "2"
|
| +PASS: "3" == "3"
|
| +PASS: "200" == "200"
|
| +PASS: "1" == "1"
|
| +PASS: "200" == "200"
|
| +PASS: "-1" == "-1"
|
| +PASS: "200" == "200"
|
| +PASS: "null" == "null"
|
| +PASS: "200" == "200"
|
| +PASS: "{}" == "{}"
|
| +PASS: "200" == "200"
|
| +PASS: "[]" == "[]"
|
| +PASS: "200" == "200"
|
| +PASS: "{"a":5,"b":10,"c":[{},5,"\n"]}" == "{"a":5,"b":10,"c":[{},5,"\n"]}"
|
| +PASS: "200" == "200"
|
| +PASS: "null" == "null"
|
| +PASS: "200" == "200"
|
| +PASS: "null" == "null"
|
| +PASS: "200" == "200"
|
| +PASS: "null" == "null"
|
| +
|
|
|