diff options
Diffstat (limited to 'docshell/test/mochitest/file_bug580069_1.html')
-rw-r--r-- | docshell/test/mochitest/file_bug580069_1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docshell/test/mochitest/file_bug580069_1.html b/docshell/test/mochitest/file_bug580069_1.html new file mode 100644 index 0000000000..7ab4610334 --- /dev/null +++ b/docshell/test/mochitest/file_bug580069_1.html @@ -0,0 +1,8 @@ +<html> +<body onload='parent.page1Load();'> +file_bug580069_1.html + +<form id='form' action='file_bug580069_2.sjs' method='POST'></form> + +</body> +</html> |