blob: 3d1355b42cc520bda10c3eb1d2fffc96c461295b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[layout-worklet-service-worker-interception.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[addModule() on a controlled document should be intercepted by a service worker.]
expected: FAIL
[addModule() on a non-controlled document should not be intercepted by a service worker even if the script is under the service worker scope.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
FAIL
[Static import should be intercepted by a service worker.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
FAIL
|