| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| </head> |
| <body onload="test()"> |
| <form action="mailto:one@example.org?cc=two@example.org&subject=üаё" |
| enctype="text/plain" accept-charset="iso-8859-1" method="post"> |
| <input name="Straße" value="üаё"> |
| <input type=submit> |
| </form> |
| <script> |
| function test() { |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitForPolicyDelegate(); |
| document.getElementsByTagName("form")[0].submit(); |
| } |
| } |
| </script> |
| </body> |
| </html> |