Backed out 2 changesets (bug 1888310, bug 1884625) for causing failures on browser_ap...
[gecko.git] / editor / reftests / passwd-5-with-TextEditor.html
blob2b6c5958e80163b56810b60c11c2e9cbc71478ad
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>