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