mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
328 B
HTML
17 lines
328 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/content/html/document/test/file_bug871161-2.html"></form>
|
|
</body>
|
|
</html>
|
|
|