diff --git a/soft-navigation-heuristics/click-event-bubbles.tentative.html b/soft-navigation-heuristics/click-event-bubbles.tentative.html
new file mode 100644
index 00000000000000..ee9d1e12335c8d
--- /dev/null
+++ b/soft-navigation-heuristics/click-event-bubbles.tentative.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Click me!
+
+
+
+
diff --git a/soft-navigation-heuristics/multiple_nested_events.tentative.html b/soft-navigation-heuristics/multiple-nested-events.tentative.html
similarity index 94%
rename from soft-navigation-heuristics/multiple_nested_events.tentative.html
rename to soft-navigation-heuristics/multiple-nested-events.tentative.html
index 196cfa06868ca9..e51841865d654a 100644
--- a/soft-navigation-heuristics/multiple_nested_events.tentative.html
+++ b/soft-navigation-heuristics/multiple-nested-events.tentative.html
@@ -24,7 +24,6 @@
});
testSoftNavigation({
eventPrepWork: url => {
- timestamps[counter]["eventStart"] = performance.now();
addTextToDivOnMain();
history.pushState({}, '', 'foobar1.html');
// Here we're bypassing the regular test's event logic, as this test is
diff --git a/soft-navigation-heuristics/navigation-api-after-transition-commit.tentative.html b/soft-navigation-heuristics/navigation-api-after-transition-commit.tentative.html
index 5c7d8f4f7a4fa4..ae17db7d59f4c5 100644
--- a/soft-navigation-heuristics/navigation-api-after-transition-commit.tentative.html
+++ b/soft-navigation-heuristics/navigation-api-after-transition-commit.tentative.html
@@ -16,11 +16,11 @@