blob: fdf29237092b4b449227a3667a658b46b0ac81c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[embed-and-object-are-not-intercepted.https.html]
expected:
if debug and (os == "android") and fission: [OK, TIMEOUT]
if debug and (os == "linux"): [OK, TIMEOUT]
[requests for EMBED elements of embedded HTML content should not be intercepted by service workers]
expected:
if (os == "linux") and debug: [PASS, NOTRUN]
[requests for EMBED elements of an image should not be intercepted by service workers]
expected:
if (os == "linux") and debug: [PASS, NOTRUN]
[requests for OBJECT elements of embedded HTML content should not be intercepted by service workers]
expected:
if (os == "linux") and debug: [PASS, NOTRUN]
[requests for OBJECT elements of an image should not be intercepted by service workers]
expected:
if (os == "linux") and debug: [PASS, NOTRUN]
[initialize global state]
expected:
if (os == "linux") and debug: [PASS, TIMEOUT]
|