blob: 7b74d09ff5f125123a73305c96575139a826c8e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[get.https.window.html]
expected:
if os == "win": [OK, TIMEOUT]
[BackgroundFetchManager.get() does not require an activated worker]
expected:
if os == "win": [FAIL, TIMEOUT]
FAIL
[Getting non-existing registrations yields `undefined`]
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[Getting an existing registration has the expected values]
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
|