lock-basic.html.ini (1079B)
1 [lock-basic.html] 2 expected: 3 if (os_version == "14") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] 4 if os_version == "14.70": [OK, TIMEOUT] 5 [Test that screen.orientation.lock returns a promise which will be fulfilled with a void value.] 6 expected: 7 if os == "mac": [FAIL, TIMEOUT] 8 if os == "android": PASS 9 FAIL 10 11 [Test that screen.orientation.lock() is actually async] 12 expected: 13 if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, NOTRUN] 14 if os_version == "24.04": FAIL 15 if os_version == "18.04": FAIL 16 if os_version == "14.70": [FAIL, NOTRUN] 17 if os_version == "11.26100": FAIL 18 19 [Test that screen.orientation.lock returns a pending promise.] 20 expected: 21 if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT, FAIL] 22 if (os_version == "14.70") and debug: [PASS, FAIL, NOTRUN] 23 if (os_version == "14.70") and not debug: [PASS, NOTRUN] 24 if os_version == "24.04": PASS 25 if os_version == "18.04": PASS 26 [PASS, FAIL]