unlock.html.ini (780B)
1 [unlock.html] 2 expected: 3 if (os == "mac") and debug: [OK, TIMEOUT] 4 [unlock() aborts a pending lock request] 5 expected: 6 if (os == "mac") and debug: [FAIL, NOTRUN] 7 if (os == "mac") and not debug: FAIL 8 if os == "linux": FAIL 9 10 [unlock() aborts a pending lock request across documents] 11 expected: 12 if (os == "mac") and debug: [FAIL, NOTRUN] 13 FAIL 14 15 [unlock() doesn't throw when there is no lock with fullscreen] 16 expected: 17 if (os == "mac") and debug: [PASS, TIMEOUT] 18 19 [unlock() doesn't throw when there is no lock] 20 expected: 21 if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] 22 23 [unlock() returns a void value] 24 expected: 25 if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]