Bug 1827782 - [wpt-sync] Update web-platform-tests to e27d35c6a232f7de611ad3dbf0d97fc...
[gecko.git] / testing / web-platform / meta / screen-orientation / lock-basic.html.ini
blob8c1760e4d1a63652e6e87af9affe74826ccc40eb
1 [lock-basic.html]
2 [Test that screen.orientation.lock returns a promise which will be fulfilled with a void value.]
3 expected:
4 if os == "android": PASS
5 FAIL
7 [Test that screen.orientation.lock() is actually async]
8 expected:
9 if os == "android": PASS
10 FAIL
12 [Test that screen.orientation.lock returns a pending promise.]
13 expected:
14 if (os == "android") and debug and not swgl: [FAIL, PASS]
15 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
16 if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
17 if (os == "android") and not debug: [PASS, FAIL]
18 if (os == "win") and debug: [PASS, FAIL]