editor/reftests/passwd-3.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:fa5aa35d86dd
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input type="password">
5 <script>
6 document.getElementsByTagName("input")[0].value = "abcdef";
7 </script>
8 </body>
9 </html>

mercurial