diff options
Diffstat (limited to 'dom/base/test/file_bug708620.html')
-rw-r--r-- | dom/base/test/file_bug708620.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/base/test/file_bug708620.html b/dom/base/test/file_bug708620.html new file mode 100644 index 000000000..a90e6aeeb --- /dev/null +++ b/dom/base/test/file_bug708620.html @@ -0,0 +1,7 @@ +<!doctype html> +<meta charset=windows-1252> +<title>Non-UTF form</title> +<body onload="document.forms[0].submit();"> +<form action="file_bug708620-2.html"> +<input name=foo value=bar> +</form> |