diff --git a/tests/html/test_mouse_events_order_1.html b/tests/html/test_mouse_events_order_1.html new file mode 100644 index 00000000000..eee56954bea --- /dev/null +++ b/tests/html/test_mouse_events_order_1.html @@ -0,0 +1,56 @@ + + + + + Mouse Events Order 1 + + + + + +

Description: Tests the order of mouse events when a pointing device transitions from a + visible element A to another visible element B.

+ +
A
+
B
+ + + + + diff --git a/tests/html/test_mouse_events_order_2.html b/tests/html/test_mouse_events_order_2.html new file mode 100644 index 00000000000..45319c2f45e --- /dev/null +++ b/tests/html/test_mouse_events_order_2.html @@ -0,0 +1,60 @@ + + + + + Mouse Events Order 2 + + + + + +

Description: Tests the order of mouse events when a pointing device is moved into an element A, + and then into a nested element B and then back out again.

+ +
A +
B
+
+ + + + + diff --git a/tests/html/test_mouse_events_order_3.html b/tests/html/test_mouse_events_order_3.html new file mode 100644 index 00000000000..dd3ae1031a4 --- /dev/null +++ b/tests/html/test_mouse_events_order_3.html @@ -0,0 +1,62 @@ + + + + + Mouse Events Order 3 + + + + + +

Description: Tests the order of mouse events when a pointing device is moved into a visually + overlapped stack of elements having the same dimensions and absolute positions and then moved out again.

+ +
A +
B +
C
+
+
+ + + + +