| <meta charset="iso-8859-1"> |
| <body onload="test()"> |
| <form method="get" enctype="text/plain" action="mailto:one@example.org"> |
| <input type="text" size="10" maxlength="40" name="subject" value="Frère François"> |
| <input type="text" size="10" maxlength="40" name="body" value="Проверка"> |
| <input type="submit" value="Send"> |
| </form> |
| <script> |
| function test() { |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitForPolicyDelegate(); |
| document.getElementsByTagName("form")[0].submit(); |
| } |
| } |
| </script> |