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