diff options
Diffstat (limited to 'testing/web-platform/meta/screen-orientation/lock-basic.html.ini')
-rw-r--r-- | testing/web-platform/meta/screen-orientation/lock-basic.html.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/screen-orientation/lock-basic.html.ini b/testing/web-platform/meta/screen-orientation/lock-basic.html.ini new file mode 100644 index 0000000000..be458742e9 --- /dev/null +++ b/testing/web-platform/meta/screen-orientation/lock-basic.html.ini @@ -0,0 +1,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 |