blob: db072c20aa83db1e47c9f7580528464ba664e789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[cspee.https.html]
[fenced frame should not be loaded in CSPEE]
expected:
if (processor == "x86") and not debug: [FAIL, PASS]
FAIL
[fenced frame should not be loaded if any ancestor has CSPEE]
expected:
if (processor == "x86") and not debug: [FAIL, PASS]
FAIL
[canLoadOpaqueURL considers CSPEE headers]
expected: FAIL
[canLoadOpaqueURL considers CSPEE headers up the ancestor chain]
expected: FAIL
[canLoadOpaqueURL returns true if no CSPEE headers are present in iframe]
expected: FAIL
|