summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/screen-orientation/lock-basic.html.ini
blob: 425e93aeb430795db6e9594c2ee3284d1b1b170c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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]