Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html/passwordchange5.html')
-rw-r--r--tests/html/passwordchange5.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/html/passwordchange5.html b/tests/html/passwordchange5.html
new file mode 100644
index 0000000..6df49e8
--- /dev/null
+++ b/tests/html/passwordchange5.html
@@ -0,0 +1,17 @@
+<html>
+<body>
+
+<form action="firstForm">
+<br /><input type="password" name="Old password" value="oldPassword">
+</form>
+
+<form action="secondForm">
+<br /><input type="password" name="New password" value="newPassword">
+</form>
+
+<form action="thirdForm">
+<br /><input type="password" name="Repeat password" value="newPassword">
+</form>
+
+</body>
+</html>