diff options
Diffstat (limited to '')
-rw-r--r-- | dom/tests/mochitest/script/bug1656248_frame.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/tests/mochitest/script/bug1656248_frame.html b/dom/tests/mochitest/script/bug1656248_frame.html new file mode 100644 index 0000000000..40b858e7c7 --- /dev/null +++ b/dom/tests/mochitest/script/bug1656248_frame.html @@ -0,0 +1,5 @@ +<html> + <head> + <script src="./subdir/bug1656248_script.js"></script> + </head> +</html> |