comparison: content/html/document/test/file_bug871161-1.html
content/html/document/test/file_bug871161-1.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset=windows-1251> |
|
5 <title>Page with non-default charset</title> |
|
6 <script> |
|
7 function run() { |
|
8 document.forms[0].submit(); |
|
9 } |
|
10 </script> |
|
11 </head> |
|
12 <body onload="run();"> |
|
13 <form method=post action="http://example.org/tests/content/html/document/test/file_bug871161-2.html"></form> |
|
14 </body> |
|
15 </html> |
|
16 |