diff options
Diffstat (limited to 'testing/web-platform/meta/pointerlock')
5 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/pointerlock/mouse_buttons_back_forward.html.ini b/testing/web-platform/meta/pointerlock/mouse_buttons_back_forward.html.ini new file mode 100644 index 0000000000..5c47cd3c92 --- /dev/null +++ b/testing/web-platform/meta/pointerlock/mouse_buttons_back_forward.html.ini @@ -0,0 +1,8 @@ +[mouse_buttons_back_forward.html] + expected: + if (os == "linux") and not debug and not fission: ["OK", "ERROR"] + max-asserts: 2 + [Tests that when pointer is locked, the mouseup is preventable.] + expected: + if (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"] + diff --git a/testing/web-platform/meta/pointerlock/movementX_Y_basic.html.ini b/testing/web-platform/meta/pointerlock/movementX_Y_basic.html.ini new file mode 100644 index 0000000000..285695d756 --- /dev/null +++ b/testing/web-platform/meta/pointerlock/movementX_Y_basic.html.ini @@ -0,0 +1,3 @@ +[movementX_Y_basic.html] + [Test that movementX/Y = eNow.screenX/Y-ePrevious.screenX/Y.] + expected: [PASS, FAIL] diff --git a/testing/web-platform/meta/pointerlock/pointerlock_remove_target.html.ini b/testing/web-platform/meta/pointerlock/pointerlock_remove_target.html.ini new file mode 100644 index 0000000000..b3bf398497 --- /dev/null +++ b/testing/web-platform/meta/pointerlock/pointerlock_remove_target.html.ini @@ -0,0 +1,3 @@ +[pointerlock_remove_target.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/pointerlock/pointerlock_remove_target_on_mouseup.html.ini b/testing/web-platform/meta/pointerlock/pointerlock_remove_target_on_mouseup.html.ini new file mode 100644 index 0000000000..eedbfc03a1 --- /dev/null +++ b/testing/web-platform/meta/pointerlock/pointerlock_remove_target_on_mouseup.html.ini @@ -0,0 +1,3 @@ +[pointerlock_remove_target_on_mouseup.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/pointerlock/pointerlock_shadow.html.ini b/testing/web-platform/meta/pointerlock/pointerlock_shadow.html.ini new file mode 100644 index 0000000000..38c9c669cb --- /dev/null +++ b/testing/web-platform/meta/pointerlock/pointerlock_shadow.html.ini @@ -0,0 +1,3 @@ +[pointerlock_shadow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |