comparison: editor/reftests/emptypasswd-2.html
editor/reftests/emptypasswd-2.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <body> |
|
4 <input type="password" value="abcdef"> |
|
5 <script> |
|
6 document.getElementsByTagName("input")[0].value = ""; |
|
7 </script> |
|
8 </body> |
|
9 </html> |