mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-18 11:08:26 +00:00
17 lines
315 B
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>
|
|
|