diff options
Diffstat (limited to 'testing/web-platform/meta/uievents')
20 files changed, 83 insertions, 0 deletions
diff --git a/testing/web-platform/meta/uievents/__dir__.ini b/testing/web-platform/meta/uievents/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/uievents/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/uievents/click/click_event_target_child_parent.html.ini b/testing/web-platform/meta/uievents/click/click_event_target_child_parent.html.ini new file mode 100644 index 0000000000..d2db955b01 --- /dev/null +++ b/testing/web-platform/meta/uievents/click/click_event_target_child_parent.html.ini @@ -0,0 +1,4 @@ +[click_event_target_child_parent.html] + [Click targets the nearest common ancestor] + expected: FAIL + diff --git a/testing/web-platform/meta/uievents/click/click_event_target_siblings.html.ini b/testing/web-platform/meta/uievents/click/click_event_target_siblings.html.ini new file mode 100644 index 0000000000..6ac2131e69 --- /dev/null +++ b/testing/web-platform/meta/uievents/click/click_event_target_siblings.html.ini @@ -0,0 +1,4 @@ +[click_event_target_siblings.html] + [Click targets the nearest common ancestor] + expected: FAIL + diff --git a/testing/web-platform/meta/uievents/click/click_events_on_input.html.ini b/testing/web-platform/meta/uievents/click/click_events_on_input.html.ini new file mode 100644 index 0000000000..636f4e4927 --- /dev/null +++ b/testing/web-platform/meta/uievents/click/click_events_on_input.html.ini @@ -0,0 +1,3 @@ +[click_events_on_input.html] + max-asserts: 4 + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1605026 diff --git a/testing/web-platform/meta/uievents/click/contextmenu_event.html.ini b/testing/web-platform/meta/uievents/click/contextmenu_event.html.ini new file mode 100644 index 0000000000..d05e00e044 --- /dev/null +++ b/testing/web-platform/meta/uievents/click/contextmenu_event.html.ini @@ -0,0 +1,3 @@ +[contextmenu_event.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/uievents/interface/click-event.htm.ini b/testing/web-platform/meta/uievents/interface/click-event.htm.ini new file mode 100644 index 0000000000..146f6e339f --- /dev/null +++ b/testing/web-platform/meta/uievents/interface/click-event.htm.ini @@ -0,0 +1,4 @@ +[click-event.htm] + [synthetic click event is a PointerEvent] + expected: FAIL + 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..452cffe993 --- /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 debug: PASS + if os == "mac": PASS + if os == "android": FAIL + [PASS, 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..b49ec2cc00 --- /dev/null +++ b/testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini @@ -0,0 +1,13 @@ +[mouseenter-mouseleave-on-drag.html] + [Test dragging across inner div] + expected: + if (os == "linux") and not debug and fission: [PASS, FAIL] + + [Test dragging into inner div] + expected: + if (os == "linux") and not debug and fission: [PASS, FAIL] + + [Test dragging out of inner div] + expected: + if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, FAIL] + if (os == "linux") and (processor == "x86"): [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 diff --git a/testing/web-platform/meta/uievents/order-of-events/focus-events/focus.html.ini b/testing/web-platform/meta/uievents/order-of-events/focus-events/focus.html.ini new file mode 100644 index 0000000000..8412cebedc --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/focus-events/focus.html.ini @@ -0,0 +1,3 @@ +[focus.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/__dir__.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/click-on-html.html.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/click-on-html.html.ini new file mode 100644 index 0000000000..e190689a84 --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/click-on-html.html.ini @@ -0,0 +1,3 @@ +[click-on-html.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/click-order.html.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/click-order.html.ini new file mode 100644 index 0000000000..9500deb86d --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/click-order.html.ini @@ -0,0 +1,3 @@ +[click-order.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/mouseevents-mousemove.htm.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mouseevents-mousemove.htm.ini new file mode 100644 index 0000000000..d39fc3613b --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mouseevents-mousemove.htm.ini @@ -0,0 +1,3 @@ +[mouseevents-mousemove.htm] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/mousemove-across.html.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mousemove-across.html.ini new file mode 100644 index 0000000000..09dc5a447a --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mousemove-across.html.ini @@ -0,0 +1,3 @@ +[mousemove-across.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/mousemove-between.html.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mousemove-between.html.ini new file mode 100644 index 0000000000..9c0cf06aff --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mousemove-between.html.ini @@ -0,0 +1,10 @@ +[mousemove-between.html] + expected: + if os == "mac": ERROR + [Mousemove events between elements should fire in the correct order.] + expected: + if (os == "linux") and not swgl and debug and fission: [FAIL, PASS] + if (os == "linux") and not swgl and debug and not fission: [FAIL, PASS] + if (os == "linux") and swgl and not fission: [FAIL, PASS] + if (os == "android") and not debug: [FAIL, PASS] + [PASS, FAIL] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/mouseover-out.html.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mouseover-out.html.ini new file mode 100644 index 0000000000..fa05ebbbd8 --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/mouseover-out.html.ini @@ -0,0 +1,3 @@ +[mouseover-out.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/wheel-basic.html.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/wheel-basic.html.ini new file mode 100644 index 0000000000..209d6cb997 --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/wheel-basic.html.ini @@ -0,0 +1,3 @@ +[wheel-basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/uievents/order-of-events/mouse-events/wheel-scrolling.html.ini b/testing/web-platform/meta/uievents/order-of-events/mouse-events/wheel-scrolling.html.ini new file mode 100644 index 0000000000..5fa15ea068 --- /dev/null +++ b/testing/web-platform/meta/uievents/order-of-events/mouse-events/wheel-scrolling.html.ini @@ -0,0 +1,3 @@ +[wheel-scrolling.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |