Source code
Revision control
Copy as Markdown
Other Tools
[active-lock.html]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR]
if (os == "android") and not debug and not sessionHistoryInParent: [OK, ERROR, TIMEOUT]
if (os == "mac") and (version == "OS X 15.3"): [ERROR, OK, TIMEOUT]
if (os == "android") and 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") and debug: PASS
if (os == "android") and not debug: [PASS, NOTRUN]
FAIL
[Unloading an iframe by navigating it must abort the lock promise]
expected:
if (os == "mac") and (version == "OS X 15.3"): [FAIL, PASS, TIMEOUT]
if (os == "mac") and (version == "OS X 14.7.5"): [FAIL, PASS, TIMEOUT]
if (os == "android") and debug: [PASS, TIMEOUT]
if os == "win": FAIL
if os == "linux": FAIL
[PASS, TIMEOUT, NOTRUN]