Source code
Revision control
Copy as Markdown
Other Tools
[lock-basic.html]
expected:
if (os_version == "14") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
if os_version == "14.70": [OK, TIMEOUT]
[Test that screen.orientation.lock returns a promise which will be fulfilled with a void value.]
expected:
if os == "mac": [FAIL, TIMEOUT]
if os == "android": PASS
FAIL
[Test that screen.orientation.lock() is actually async]
expected:
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
if os_version == "24.04": FAIL
if os_version == "18.04": FAIL
if os_version == "14.70": [FAIL, NOTRUN]
if os_version == "11.26100": FAIL
[Test that screen.orientation.lock returns a pending promise.]
expected:
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT, FAIL]
if (os_version == "14.70") and debug: [PASS, FAIL, NOTRUN]
if (os_version == "14.70") and not debug: [PASS, NOTRUN]
if os_version == "24.04": PASS
if os_version == "18.04": PASS
[PASS, FAIL]