blob: 471bfd4c522b4b350173c7ac20c94f3ab8092545 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[broken-chunked-encoding.https.html]
expected:
if os == "win": [OK, TIMEOUT]
[FetchEvent#preloadResponse resolves even if the body is sent with broken chunked encoding.]
expected:
if os == "win": [PASS, TIMEOUT]
[FetchEvent#preloadResponse resolves even if the body is sent with broken chunked encoding with some delays]
expected:
if os == "win": [PASS, NOTRUN]
|