diff --git a/service-workers/service-worker/resources/classic-worker.js b/service-workers/service-worker/resources/classic-worker.js
new file mode 100644
index 00000000000000..36a32b1a1f84da
--- /dev/null
+++ b/service-workers/service-worker/resources/classic-worker.js
@@ -0,0 +1 @@
+importScripts('./imported-classic-script.js');
diff --git a/service-workers/service-worker/resources/module-worker.js b/service-workers/service-worker/resources/module-worker.js
new file mode 100644
index 00000000000000..385fe7101503cb
--- /dev/null
+++ b/service-workers/service-worker/resources/module-worker.js
@@ -0,0 +1 @@
+import * as module from './imported-module-script.js';
diff --git a/service-workers/service-worker/update-registration-with-type.https.html b/service-workers/service-worker/update-registration-with-type.https.html
index 00c8a3345bb3d8..b712c30f71e9a8 100644
--- a/service-workers/service-worker/update-registration-with-type.https.html
+++ b/service-workers/service-worker/update-registration-with-type.https.html
@@ -7,8 +7,8 @@