blob: 36a2067de751f89e27af7140baa076a82d3e0bcc (
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
|
[eventhandlers.any.html?wpt_flags=h2]
expected:
if (os == "android") and fission: [TIMEOUT, OK, ERROR]
if (os == "android") and not fission: [OK, ERROR, TIMEOUT]
[eventhandlers.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[eventhandlers.any.worker.html?wss]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[eventhandlers.any.html?wss]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[eventhandlers.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[eventhandlers.any.worker.html?wpt_flags=h2]
expected:
if (os == "android") and not fission: [OK, ERROR, TIMEOUT]
if (os == "android") and fission: [TIMEOUT, OK, ERROR]
|