blob: a52e5c266cab0dc765301692e27e9085b3dc5a08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[request-consume-empty.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Consume empty FormData request body as text]
expected: FAIL
[request-consume-empty.any.worker.html]
[Consume empty FormData request body as text]
expected: FAIL
[request-consume-empty.any.serviceworker.html]
expected:
if (processor == "x86_64") and (os == "android") and fission: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Consume empty FormData request body as text]
expected: FAIL
[request-consume-empty.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Consume empty FormData request body as text]
expected: FAIL
|