From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../interactionid-composition-manual.html | 162 +++++++++++++++++++++ .../tests/event-timing/interactionid-keypress.html | 39 +++++ 2 files changed, 201 insertions(+) create mode 100644 testing/web-platform/tests/event-timing/interactionid-composition-manual.html create mode 100644 testing/web-platform/tests/event-timing/interactionid-keypress.html (limited to 'testing/web-platform/tests/event-timing') diff --git a/testing/web-platform/tests/event-timing/interactionid-composition-manual.html b/testing/web-platform/tests/event-timing/interactionid-composition-manual.html new file mode 100644 index 0000000000..2b4f2aab09 --- /dev/null +++ b/testing/web-platform/tests/event-timing/interactionid-composition-manual.html @@ -0,0 +1,162 @@ + + + + + + + + + Event Timing: interactionId composition events. +
+ Select your Operating System from the list + +

Your selected OS is: + +

+
+
+    Steps:
+    1) Open  IME and select Hiragana input method.
+    2) Click at the above textbox and then type 'a' using keyboard.
+    3) Press the '{Enter}' key to complete the IME composition.
+    4) Click here to test again if not following the steps exactly.
+
+    
+
+Expected Result:
+    The test is successful when the sentence "PASS Event Timing: interactionId composition events" is displayed
+    at the bottom of the page after completing all the steps. If there is an indicated Harness Error next to the sentence, the test failed.
+    Moreover, the event log table below provides a summary of the keyboard events processed throughout the test.
+    Here is a breakdown of the columns in the table:
+
+    1. InteractionId: Identifies the specific interaction to which an event belongs.
+    2. EventType: Specifies the type of event that occurred during a particular interaction. There are
+    seven possible event types:
+    - 'keydown'
+    - 'keypress'
+    - 'input'
+    - 'keyup'
+    - 'compositionupdate'
+    - 'compositionstart'
+    - 'compositionend'
+    3. NumberOfEvents: Indicates the number of times a particular type of event was recorded in a single interaction.
+
+
+ + + + + + + +
InteractionIdEvent TypeNumber of Events
+ + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/event-timing/interactionid-keypress.html b/testing/web-platform/tests/event-timing/interactionid-keypress.html new file mode 100644 index 0000000000..a6f2009967 --- /dev/null +++ b/testing/web-platform/tests/event-timing/interactionid-keypress.html @@ -0,0 +1,39 @@ + + + + +Event Timing: interactionId-keypress. + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3