diff options
Diffstat (limited to 'dom/html/test/file_bug871161-1.html')
-rw-r--r-- | dom/html/test/file_bug871161-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dom/html/test/file_bug871161-1.html b/dom/html/test/file_bug871161-1.html new file mode 100644 index 000000000..16015f0c4 --- /dev/null +++ b/dom/html/test/file_bug871161-1.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset=windows-1251> +<title>Page with non-default charset</title> +<script> +function run() { + document.forms[0].submit(); +} +</script> +</head> +<body onload="run();"> +<form method=post action="http://example.org/tests/dom/html/test/file_bug871161-2.html"></form> +</body> +</html> + |