passwd-9-with-Preview.html (370B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <body onload="document.getElementsByTagName('input')[0].focus(); 4 document.getElementsByTagName('input')[0].blur(); 5 document.getElementsByTagName('input')[0].type = 'text'; 6 document.documentElement.removeAttribute('class');"> 7 <input type="password" value="abcdef"> 8 </body> 9 </html>