diff options
Diffstat (limited to 'editor/reftests/passwd-3.html')
-rw-r--r-- | editor/reftests/passwd-3.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/reftests/passwd-3.html b/editor/reftests/passwd-3.html new file mode 100644 index 000000000..3e1e715eb --- /dev/null +++ b/editor/reftests/passwd-3.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<body> + <input type="password"> + <script> + document.getElementsByTagName("input")[0].value = "abcdef"; + </script> +</body> +</html> |