blob: e68b65f198b1eefc3fec05aeea2035378dcafc65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[eventhandlers.any.html?wpt_flags=h2]
expected:
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
if os == "android": [OK, ERROR, TIMEOUT]
[eventhandlers.any.html]
[eventhandlers.any.worker.html?wss]
[eventhandlers.any.html?wss]
[eventhandlers.any.worker.html]
[eventhandlers.any.worker.html?wpt_flags=h2]
expected:
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
if os == "android": [OK, ERROR, TIMEOUT]
|