[active-lock.html]
expected:
if (os == "android") and sessionHistoryInParent and debug: OK
if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
if (os == "android") and not sessionHistoryInParent and debug: [OK, TIMEOUT]
if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
ERROR
[Performing a fragment navigation must not abort the screen orientation change]
expected:
if os == "android": PASS
FAIL
[Performing a fragment navigation within an iframe must not abort the lock promise]
expected:
if os == "android": PASS
FAIL
[Unloading an iframe by navigating it must abort the lock promise]
expected:
if os == "win": FAIL
if os == "mac": [FAIL, PASS, TIMEOUT]
if os == "linux": FAIL
[PASS, TIMEOUT]