summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html')
-rw-r--r--dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html b/dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html
new file mode 100644
index 0000000000..8ffaa87a97
--- /dev/null
+++ b/dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <script>
+ var myVar = 10;
+ </script>
+</head>
+<body>
+inner
+</body>
+</html>