blob: 80f402f1e201622e82ec5ec5baa0f8d65f0a2139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[eventsource-request-cancellation.window.any.html]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
if (os == "mac") and not debug: [ERROR, TIMEOUT]
ERROR
[eventsource-request-cancellation.window.any.worker.html]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
if (os == "mac") and not debug: [ERROR, TIMEOUT]
ERROR
|