summaryrefslogtreecommitdiffstats
path: root/editor/reftests/passwd-9-with-Preview.html
blob: 528d8f8ac5718f6b81d38dc7ea901d90a8e1a221 (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 = 'text';
              document.documentElement.removeAttribute('class');">
    <input type="password" value="abcdef">
</body>
</html>