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.layoutTestController) {
10 layoutTestController.dumpAsText();
11 layoutTestController.waitForPolicyDelegate();
12 document.getElementsByTagName("form")[0].submit();