blob: 0e761b4482ef8b0f46fa78490f9479ab651d6e00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[cspee.https.html]
[fenced frame should not be loaded in CSPEE]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [FAIL, PASS]
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
|