blob: be458742e969c83adc4bb90fdb98661cb15e4d67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[lock-basic.html]
expected:
if os == "android": OK
ERROR
[Test that screen.orientation.lock returns a promise which will be fulfilled with a void value.]
expected:
if os == "android": PASS
FAIL
[Test that screen.orientation.lock() is actually async]
expected:
if os == "android": PASS
NOTRUN
[Test that screen.orientation.lock returns a pending promise.]
expected:
if os == "android": PASS
NOTRUN
|