Source code

Revision control

Copy as Markdown

Other Tools

[active-lock.html]
expected:
if (os_version == "14") and sessionHistoryInParent and not debug: [OK, ERROR, TIMEOUT]
if (os_version == "14") and not sessionHistoryInParent and not debug: [OK, ERROR, TIMEOUT]
if os_version == "24.04": ERROR
if os_version == "18.04": ERROR
if os_version == "14.70": ERROR
if os_version == "11.26100": ERROR
[OK, TIMEOUT]
[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_version == "14") and sessionHistoryInParent and debug: PASS
if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
if (os_version == "14") and not sessionHistoryInParent and debug: PASS
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
if os_version == "7.0": PASS
FAIL
[Unloading an iframe by navigating it must abort the lock promise]
expected:
if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, NOTRUN, TIMEOUT]
if os_version == "24.04": FAIL
if os_version == "18.04": FAIL
if os_version == "14.70": [FAIL, PASS, TIMEOUT]
if os_version == "11.26100": FAIL
[PASS, TIMEOUT]