summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/uievents/mouse
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/uievents/mouse
parentInitial commit. (diff)
downloadfirefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz
firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/uievents/mouse')
-rw-r--r--testing/web-platform/meta/uievents/mouse/layout_change_should_fire_mouseover.html.ini7
-rw-r--r--testing/web-platform/meta/uievents/mouse/mouse_buttons_back_forward.html.ini4
-rw-r--r--testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini12
-rw-r--r--testing/web-platform/meta/uievents/mouse/mousemove_prevent_default_action.tentative.html.ini5
4 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/meta/uievents/mouse/layout_change_should_fire_mouseover.html.ini b/testing/web-platform/meta/uievents/mouse/layout_change_should_fire_mouseover.html.ini
new file mode 100644
index 0000000000..841587ab32
--- /dev/null
+++ b/testing/web-platform/meta/uievents/mouse/layout_change_should_fire_mouseover.html.ini
@@ -0,0 +1,7 @@
+[layout_change_should_fire_mouseover.html]
+ [Tests that the mouseover event is fired and the element has a hover effect when the element underneath the mouse cursor is changed.]
+ expected:
+ if (os == "linux") and not fission and not debug: [PASS, FAIL]
+ if (os == "linux") and fission and (processor == "x86"): [PASS, FAIL]
+ if os == "win": [PASS, FAIL]
+ if os == "android": FAIL
diff --git a/testing/web-platform/meta/uievents/mouse/mouse_buttons_back_forward.html.ini b/testing/web-platform/meta/uievents/mouse/mouse_buttons_back_forward.html.ini
new file mode 100644
index 0000000000..854e262874
--- /dev/null
+++ b/testing/web-platform/meta/uievents/mouse/mouse_buttons_back_forward.html.ini
@@ -0,0 +1,4 @@
+[mouse_buttons_back_forward.html]
+ max-asserts: 2
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini b/testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini
new file mode 100644
index 0000000000..d64a139436
--- /dev/null
+++ b/testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini
@@ -0,0 +1,12 @@
+[mouseenter-mouseleave-on-drag.html]
+ [Test dragging across inner div]
+ expected:
+ if (processor == "x86") and (os == "linux"): [PASS, FAIL]
+
+ [Test dragging into inner div]
+ expected:
+ if (processor == "x86") and (os == "linux"): [PASS, FAIL]
+
+ [Test dragging out of inner div]
+ expected:
+ if (processor == "x86") and (os == "linux"): [PASS, FAIL]
diff --git a/testing/web-platform/meta/uievents/mouse/mousemove_prevent_default_action.tentative.html.ini b/testing/web-platform/meta/uievents/mouse/mousemove_prevent_default_action.tentative.html.ini
new file mode 100644
index 0000000000..5813847a54
--- /dev/null
+++ b/testing/web-platform/meta/uievents/mouse/mousemove_prevent_default_action.tentative.html.ini
@@ -0,0 +1,5 @@
+[mousemove_prevent_default_action.tentative.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [dragstart event firing when mousemove event is prevented]
+ expected: FAIL