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