summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_inline_script.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_inline_script.html')
-rw-r--r--dom/base/test/file_inline_script.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/base/test/file_inline_script.html b/dom/base/test/file_inline_script.html
new file mode 100644
index 0000000000..838c70f946
--- /dev/null
+++ b/dom/base/test/file_inline_script.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <script>window.scriptRan = true;</script>
+ <meta charset="utf-8">
+ <title></title>
+</head>
+<body>
+ <p>Hello Mochitest</p>
+</body>
+</html>