Revision f8c9d69b7f4d153bebd63ec52cb5399a404f82b7 authored by ffxbld on 26 June 2015, 18:24:57 UTC, committed by ffxbld on 26 June 2015, 18:24:57 UTC
1 parent 14d3695
Raw File
emptypasswd-2.html
<!DOCTYPE html>
<html>
<body>
    <input type="password" value="abcdef">
    <script>
      document.getElementsByTagName("input")[0].value = "";
    </script>
</body>
</html>
back to top