blob: bcc9b2a8aad33e7f96e46d91f9b90f726f36fbf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[disallowed-navigations.https.html]
expected:
if (os == "win") and debug: [TIMEOUT, CRASH]
if (os == "linux") and debug: [TIMEOUT, CRASH]
TIMEOUT
[iframe javascript: URL]
expected: TIMEOUT
[fenced frame data: URL]
expected: NOTRUN
[fenced frame blob: URL]
expected: NOTRUN
[fenced frame javascript: URL]
expected: NOTRUN
[fenced frame http: URL]
expected: NOTRUN
|