summaryrefslogtreecommitdiffstats
path: root/editor/reftests/passwd-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/reftests/passwd-3.html')
-rw-r--r--editor/reftests/passwd-3.html9
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 0000000000..3e1e715eb9
--- /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>