blob: 05be03580929abd137934bf1283c3be952ace7da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[can-load-api.https.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[canLoadOpaqueURL called on a page that can load a FF should return true]
expected: FAIL
[canLoadOpaqueURL returns true inside an opaque-ads fenced frame]
expected: FAIL
[canLoadOpaqueURL returns false inside an default fenced frame]
expected: FAIL
[canLoadOpaqueURL returns true for all 3 fenced-frame-src allowed values]
expected: FAIL
[canLoadOpaqueURL ignores fallback CSPs]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL
[canLoadOpaqueURL ignores unrelated CSPs]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[canLoadOpaqueURL returns false in a detached frame]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
|