diff options
Diffstat (limited to 'testing/web-platform/meta/screen-orientation/active-lock.html.ini')
-rw-r--r-- | testing/web-platform/meta/screen-orientation/active-lock.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/screen-orientation/active-lock.html.ini b/testing/web-platform/meta/screen-orientation/active-lock.html.ini new file mode 100644 index 0000000000..3d263032cc --- /dev/null +++ b/testing/web-platform/meta/screen-orientation/active-lock.html.ini @@ -0,0 +1,16 @@ +[active-lock.html] + expected: + if os == "android": TIMEOUT + ERROR + [Performing a fragment navigation must not abort the screen orientation change] + expected: + if os == "android": PASS + FAIL + + [Performing a fragment navigation within an iframe must not abort the lock promise] + expected: + if os == "android": TIMEOUT + NOTRUN + + [Unloading an iframe by navigating it must abort the lock promise] + expected: NOTRUN |