Mypal/editor/reftests/passwd-3.html

10 lines
167 B
HTML

<!DOCTYPE html>
<html>
<body>
<input type="password">
<script>
document.getElementsByTagName("input")[0].value = "abcdef";
</script>
</body>
</html>