diff options
Diffstat (limited to 'js/xpconnect/tests/mochitest/inner.html')
-rw-r--r-- | js/xpconnect/tests/mochitest/inner.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/xpconnect/tests/mochitest/inner.html b/js/xpconnect/tests/mochitest/inner.html new file mode 100644 index 000000000..8021a5553 --- /dev/null +++ b/js/xpconnect/tests/mochitest/inner.html @@ -0,0 +1,7 @@ +<html> + <head> + <title>Inner frame for bug 39685 mochitest</title> + </head> + <body onload="x = 4"> + </body> +</html> |