1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="Content-Type" content="text/html;charset=Shift_JIS">
7 <p>Test encoding of mailto URLs. Click on the URL - a new message
8 with Japanese subject and body should open in your mail client.</p>
10 <a href="mailto:?subject=
\83^
\83C
\83g
\83\8b&body=
\96{
\95ΒΆ">
11 <span>Subject : Japanese Body : Japanese</span>
16 if (window.layoutTestController) {
17 layoutTestController.dumpAsText();
18 layoutTestController.waitForPolicyDelegate();
19 var a = document.getElementsByTagName("a")[0];
20 eventSender.mouseMoveTo(a.offsetLeft + 5, a.offsetTop + 5);
21 eventSender.mouseDown();
22 eventSender.mouseUp();