From de20715f23706e01163c4843ccf113cbae6bf8e9 Mon Sep 17 00:00:00 2001 From: Utsav Oza Date: Thu, 30 Jul 2020 22:07:04 +0530 Subject: [PATCH] Add some manual tests for verifying mouse events order --- tests/html/test_mouse_events_order_1.html | 56 ++++++++++++++++++++ tests/html/test_mouse_events_order_2.html | 60 ++++++++++++++++++++++ tests/html/test_mouse_events_order_3.html | 62 +++++++++++++++++++++++ 3 files changed, 178 insertions(+) create mode 100644 tests/html/test_mouse_events_order_1.html create mode 100644 tests/html/test_mouse_events_order_2.html create mode 100644 tests/html/test_mouse_events_order_3.html 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
+
+
+ + + + +