Mypal/dom/html/test/file_bug871161-1.html

17 lines
315 B
HTML

<!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>