summaryrefslogtreecommitdiffstats
path: root/editor/reftests/passwd-5-with-TextEditor.html
blob: 2b6c5958e80163b56810b60c11c2e9cbc71478ad (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html class="reftest-wait">
<body onload="document.getElementsByTagName('input')[0].focus();
              document.getElementsByTagName('input')[0].blur();
              document.documentElement.removeAttribute('class');">
    <input type="password" value="      "><!-- even only whitespace, text frame should be created -->
</body>
</html>