diff options
Diffstat (limited to 'editor/reftests/passwd-1.html')
-rw-r--r-- | editor/reftests/passwd-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/reftests/passwd-1.html b/editor/reftests/passwd-1.html new file mode 100644 index 0000000000..f6f21d84f9 --- /dev/null +++ b/editor/reftests/passwd-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> + <input type="password" value="123456"> +</body> +</html> |