blob: 8fa19a5f07fe0b0dc43e4a119ce774a73daefcba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[periodicsync.https.window.html]
expected:
if (os == "win") and not swgl and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not swgl and not debug and (processor == "x86"): [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
|