passwd-7-with-TextEditor.html (401B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <body onload="document.getElementsByTagName('input')[0].focus(); 4 document.getElementsByTagName('input')[0].blur(); 5 document.documentElement.removeAttribute('class');"> 6 <input type="password" value="あ漢А؀ก"><!-- original character shouldn't affect the mask's font --> 7 </body> 8 </html>