14 lines
399 B
INI
14 lines
399 B
INI
[lock-sandboxed-iframe.html]
|
|
expected:
|
|
if os == "win": [TIMEOUT, OK]
|
|
max-asserts: 2
|
|
[Test with 'allow-orientation-lock' sandboxing directive]
|
|
expected:
|
|
if os == "win": [TIMEOUT, FAIL]
|
|
if os == "mac": [FAIL, NOTRUN]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[Test without 'allow-orientation-lock' sandboxing directive]
|
|
expected:
|
|
if os == "mac": [PASS, TIMEOUT]
|