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