diff options
Diffstat (limited to 'testing/web-platform/meta/pointerevents/pointerlock')
9 files changed, 67 insertions, 0 deletions
diff --git a/testing/web-platform/meta/pointerevents/pointerlock/__dir__.ini b/testing/web-platform/meta/pointerevents/pointerlock/__dir__.ini new file mode 100644 index 0000000000..bce180242d --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [NS_NewDOMPointerEvent, match, mozilla::WidgetPointerEvent::Duplicate, mozilla::dom::Console::CreateInstance, nsHtml5ExecutorFlusher::Run, nsThread::ProcessNextEvent] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_coordinates_when_locked.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_coordinates_when_locked.html.ini new file mode 100644 index 0000000000..7a185ee0cc --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_coordinates_when_locked.html.ini @@ -0,0 +1,5 @@ +[pointerevent_coordinates_when_locked.html] + [mouse Test pointerevent coordinates when pointer is locked] + expected: + if (os == "linux"): ["PASS", "FAIL"] + diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked.html.ini new file mode 100644 index 0000000000..9d201d0e46 --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked.html.ini @@ -0,0 +1,7 @@ +[pointerevent_getCoalescedEvents_when_pointerlocked.html] + [mouse pointermove getCoalescedEvents when lock test] + expected: + if (os == "linux") and (processor == "x86_64") and fission and debug and not swgl: [FAIL, PASS] + if os == "win": [FAIL, PASS] + if os == "mac": [FAIL, PASS] + [PASS, FAIL] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini new file mode 100644 index 0000000000..bded11bce4 --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini @@ -0,0 +1,10 @@ +[pointerevent_movementxy_with_pointerlock.html] + expected: + if os == "mac": [OK, ERROR, TIMEOUT] + if os == "android": OK + [OK, ERROR] + [mouse pointerevent movementX/Y with pointerlock test] + expected: + if (processor == "x86") and (os == "linux"): [FAIL, PASS, TIMEOUT] + if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS, TIMEOUT] + [PASS, FAIL, TIMEOUT] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerlock_after_pointercapture.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerlock_after_pointercapture.html.ini new file mode 100644 index 0000000000..986e39f7c8 --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerlock_after_pointercapture.html.ini @@ -0,0 +1,7 @@ +[pointerevent_pointerlock_after_pointercapture.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, ERROR] + [mouse no pointercapture while pointerlock] + expected: + if (os == "mac") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerlock_supercedes_capture.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerlock_supercedes_capture.html.ini new file mode 100644 index 0000000000..ed52f6a6c4 --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerlock_supercedes_capture.html.ini @@ -0,0 +1,5 @@ +[pointerevent_pointerlock_supercedes_capture.html] + [mouse no pointercapture while pointerlock] + expected: + if os == "android": PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_in_pointerlock.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_in_pointerlock.html.ini new file mode 100644 index 0000000000..e2e843009f --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_in_pointerlock.html.ini @@ -0,0 +1,12 @@ +[pointerevent_pointermove_in_pointerlock.html] + expected: + if os == "linux": [OK, ERROR] + if os == "mac": [OK, ERROR, TIMEOUT] + [pointermove event received inner frame] + expected: + if (os == "linux") and not fission and debug: [PASS, FAIL] + if (os == "linux") and not fission and not debug: [PASS, FAIL] + + [pointermove event received] + expected: + if (os == "linux") and not fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini new file mode 100644 index 0000000000..b4421bd1d3 --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini @@ -0,0 +1,5 @@ +[pointerevent_pointermove_on_chorded_mouse_button_when_locked.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [pointer locked pointermove events received for button state changes] + expected: [PASS, FAIL] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerrawupdate_in_pointerlock.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerrawupdate_in_pointerlock.html.ini new file mode 100644 index 0000000000..119623919f --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointerrawupdate_in_pointerlock.html.ini @@ -0,0 +1,15 @@ +[pointerevent_pointerrawupdate_in_pointerlock.html] + expected: + if (os == "linux") and debug and fission and not swgl: [OK, TIMEOUT] + if (os == "linux") and debug and fission and swgl: [OK, TIMEOUT] + if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, TIMEOUT] + if (os == "linux") and debug and not fission: [OK, TIMEOUT] + if (os == "linux") and not debug: [OK, TIMEOUT] + [pointerrawupdate event received] + expected: + if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, NOTRUN] + if (os == "linux") and debug and fission and not swgl: [FAIL, NOTRUN] + if (os == "linux") and debug and fission and swgl: [FAIL, NOTRUN] + if (os == "linux") and debug and not fission: [FAIL, NOTRUN] + if (os == "linux") and not debug: [FAIL, NOTRUN] + FAIL |