diff options
Diffstat (limited to 'testing/web-platform/meta/screen-orientation/non-fully-active.html.ini')
-rw-r--r-- | testing/web-platform/meta/screen-orientation/non-fully-active.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/screen-orientation/non-fully-active.html.ini b/testing/web-platform/meta/screen-orientation/non-fully-active.html.ini new file mode 100644 index 0000000000..bf6ec6ad94 --- /dev/null +++ b/testing/web-platform/meta/screen-orientation/non-fully-active.html.ini @@ -0,0 +1,8 @@ +[non-fully-active.html] + [Making a document non-fully active while locking results in an AbortError] + expected: + if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS] + if (os == "win") and debug: [FAIL, PASS] + if os == "android": PASS + FAIL |