blob: eda31b8225dbba0d4e0d616bdc394ed32661d37c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[post-task-without-signals.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[post-task-without-signals.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[post-task-without-signals.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[post-task-without-signals.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|