4 <title>action=
"mailto" GET method
</title>
7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.waitForPolicyDelegate();
10 document
.getElementsByTagName("form")[0].submit();
14 <style>input { width:
100px; }
</style>
16 <body onload=
"test()">
17 <p>Press Compose button and check that the created e-mail has correct headers and body.
</p>
18 <form action=
"mailto:" method=
"get">
19 <input name=
"to" value=
"to1@site.com,to2@site.com,to3@site.com">
20 <input name=
"cc" value=
"cc1@site.com,cc2@site.com,cc3@site.com">
21 <input name=
"bcc" value=
"bcc1@site.com,bcc2@site.com,bcc3@site.com">
22 <input name=
"subject" value=
"m&m;?=">
23 <textarea name=
"body">line1
27 <input type=
"submit" value=
"Compose">