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..425e93aeb4 --- /dev/null +++ b/testing/web-platform/meta/screen-orientation/lock-basic.html.ini @@ -0,0 +1,18 @@ +[lock-basic.html] + [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 + FAIL + + [Test that screen.orientation.lock returns a pending promise.] + expected: + if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "android") and debug and not swgl: [FAIL, PASS] + if (os == "win") and debug: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] |