summaryrefslogtreecommitdiffstats
path: root/editor/reftests/passwd-3.html
blob: 3e1e715eb96d52ab072a3c4b10193678f85a6d0f (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<body>
    <input type="password">
    <script>
      document.getElementsByTagName("input")[0].value = "abcdef";
    </script>
</body>
</html>