tenfourfox/editor/reftests/passwd-3.html

10 lines
167 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body>
<input type="password">
<script>
document.getElementsByTagName("input")[0].value = "abcdef";
</script>
</body>
</html>