blob: 37168ea4192678931d05114c30b775e0ac3671b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[periodicsync.https.window.html]
expected:
if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not swgl and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Periodic Background Sync requires an activated Service Worker]
expected:
if (os == "win") and not swgl and debug and (processor == "x86_64"): [FAIL, TIMEOUT]
if (os == "win") and not swgl and not debug and (processor == "x86"): [FAIL, TIMEOUT]
FAIL
[Periodic Background Sync unregister silently succeeds when Service Worker is unactivated]
expected:
if (os == "win") and not swgl and debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not swgl and not debug and (processor == "x86"): [FAIL, NOTRUN]
FAIL
|