blob: ad27990e3810c8d1d98483158f1868b263545e95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[response-body-errors.any.html]
[Asynchronous XMLHttpRequest should clear response on bad chunk]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[response-body-errors.any.worker.html]
[Asynchronous XMLHttpRequest should clear response on bad chunk]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[Synchronous XMLHttpRequest should throw on bad chunk]
expected:
if (os == "android") and not debug: [PASS, FAIL]
|