blob: 24d58b531476994d0554cd41fa3109472a30f678 [file] [log] [blame]
<!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=&uuml;&#1072;&#1105;"
enctype="text/plain" method="post">
<input name="Stra&szlig;e" value="&uuml;&#1072;&#1105;">
<input type=submit>
</form>
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitForPolicyDelegate();
document.getElementsByTagName("form")[0].submit();
}
}
</script>
</body>
</html>