diff --git a/event-timing/first-input-interactionid-tap.html b/event-timing/first-input-interactionid-click.html
similarity index 81%
rename from event-timing/first-input-interactionid-tap.html
rename to event-timing/first-input-interactionid-click.html
index c5c6f5177ebd988..7295e35b5de4c0a 100644
--- a/event-timing/first-input-interactionid-tap.html
+++ b/event-timing/first-input-interactionid-click.html
@@ -1,13 +1,11 @@
-
-
Event Timing: first-input-interactionId-tap.
-
+First Input: interactionId-click.
+
-
@@ -49,8 +47,8 @@
}
})).observe({ entryTypes: ["event", "first-input"] });
- addListenersAndTap(document.getElementById('test'), ['pointerdown', 'pointerup']);
- }, "Event Timing: The interactionId of first input should match the event timing pointerdown entry when tap.");
+ addListenersAndClick(document.getElementById('testButtonId'));
+ }, "The interactionId of the first input entry should match the same pointerdown entry of event timing when click.");
diff --git a/event-timing/interactionid-click.html b/event-timing/interactionid-click.html
index a43f9a2a4b479da..f0d32e63aefbf39 100644
--- a/event-timing/interactionid-click.html
+++ b/event-timing/interactionid-click.html
@@ -11,18 +11,7 @@