blob: ef12904f9a36022054770fb5534bfca9a299befd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[update-ui.https.window.html]
expected:
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[Background Fetch updateUI called twice fails]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[Background Fetch updateUI resolves]
expected: FAIL
[Background Fetch updateUI fails when event is not active]
expected:
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
|