summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/module_extractIntroType.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/jsmodules/module_extractIntroType.mjs')
-rw-r--r--dom/base/test/jsmodules/module_extractIntroType.mjs6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/test/jsmodules/module_extractIntroType.mjs b/dom/base/test/jsmodules/module_extractIntroType.mjs
new file mode 100644
index 0000000000..a5daa8f0ef
--- /dev/null
+++ b/dom/base/test/jsmodules/module_extractIntroType.mjs
@@ -0,0 +1,6 @@
+// Extract the introductionType for this module in conjunction with
+// iframe_extractIntroType.html.
+extractIntroType = function () {
+ // eslint-disable-next-line no-debugger
+ debugger;
+};