[lock-unlock-check.html]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
[Unlocking the screen orientation after a change event must not abort]
expected:
if (os == "android") and sessionHistoryInParent and debug: PASS
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
if (os == "mac") and debug: [FAIL, NOTRUN]
if (os == "android") and not sessionHistoryInParent: PASS
FAIL
[Re-locking the screen orientation after a change event fires must not abort]
expected:
if (os == "mac") and debug: [FAIL, TIMEOUT]
if os == "android": PASS
FAIL