diff options
Diffstat (limited to 'testing/web-platform/meta/screen-orientation/unlock.html.ini')
-rw-r--r-- | testing/web-platform/meta/screen-orientation/unlock.html.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/screen-orientation/unlock.html.ini b/testing/web-platform/meta/screen-orientation/unlock.html.ini new file mode 100644 index 0000000000..ef0b2ec050 --- /dev/null +++ b/testing/web-platform/meta/screen-orientation/unlock.html.ini @@ -0,0 +1,13 @@ +[unlock.html] + expected: + if os == "android": OK + ERROR + [unlock() aborts a pending lock request] + expected: + if os == "android": PASS + NOTRUN + + [unlock() aborts a pending lock request across documents] + expected: + if os == "android": FAIL + NOTRUN |