blob: 654ef9ef06cd323b9faa1a8f90ab77b27a07c92e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[get-ids.https.window.html]
expected:
if os == "win": [OK, TIMEOUT]
[BackgroundFetchManager.getIds() does not require an activated worker]
expected:
if os == "win": [FAIL, TIMEOUT]
FAIL
[The BackgroundFetchManager exposes active fetches]
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
|