16 lines
643 B
INI
16 lines
643 B
INI
[sandbox-mandatory-flags.https.html]
|
|
expected:
|
|
if (os == "win") and debug: [TIMEOUT, CRASH]
|
|
if (os == "linux") and debug: [TIMEOUT, CRASH]
|
|
TIMEOUT
|
|
[Sandboxed Iframe with mandatory flags can load a fenced frame.]
|
|
expected: TIMEOUT
|
|
|
|
[Sandboxed Iframe without one of mandatory flag must fail to load a fenced frame.]
|
|
expected: NOTRUN
|
|
|
|
[Nested sandboxed iframe without one of mandatory flag must fail to load afenced frame even when the inner nested sandboxed iframe has all mandatory allow- flags.]
|
|
expected: NOTRUN
|
|
|
|
[navigator.canLoadAdAuctionFencedFrame considers mandatory sandbox flags]
|
|
expected: NOTRUN
|