passwd-5-with-TextEditor.html (358B)
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=" "><!-- even only whitespace, text frame should be created --> 7 </body> 8 </html>