diff options
Diffstat (limited to 'dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html')
-rw-r--r-- | dom/tests/mochitest/dom-level0/file_crossdomainprops_inner.html | 11 |
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 000000000..8ffaa87a9 --- /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>
|