2 <form method=
"post" action=
"mailto:nobody@gmail.com?to=another@example.org&body=Body">
3 <input type=
"text" size=
"10" maxlength=
"40" name=
"to" value=
"someone@example.org">
4 <input type=
"submit" value=
"Send">
6 <div>Expected results when clicking
"Send" button: A new mail message is created with an empty body, and two addressees.
</div>
9 if (window
.testRunner
) {
10 testRunner
.dumpAsText();
11 testRunner
.waitForPolicyDelegate();
12 document
.getElementsByTagName("form")[0].submit();