blob: 19598ed8fa67f46d1349033e423a4eba7175b528 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[url-with-fetch.any.html]
[Revoke blob URL after creating Request, will fetch]
expected: FAIL
[Revoke blob URL after creating Request, then clone Request, will fetch]
expected: FAIL
[url-with-fetch.any.worker.html]
[Revoke blob URL after creating Request, will fetch]
expected: FAIL
[Revoke blob URL after creating Request, then clone Request, will fetch]
expected: FAIL
[Revoke blob URL after calling fetch, fetch should succeed]
expected:
if (os == "linux") and swgl and not fission: [FAIL, PASS]
if (os == "win") and not debug: [FAIL, PASS]
[PASS, FAIL]
|