20 lines
624 B
INI
20 lines
624 B
INI
[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
|