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/passwordchange3.html')
-rw-r--r--tests/html/passwordchange3.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/html/passwordchange3.html b/tests/html/passwordchange3.html
new file mode 100644
index 0000000..d3453f8
--- /dev/null
+++ b/tests/html/passwordchange3.html
@@ -0,0 +1,10 @@
+<html>
+<body>
+<form action="secondPage">
+<br /><input type="password" name="Old password" value="oldPassword">
+<br /><input type="password" name="New password" value="newPassword">
+<br /><input type="password" name="Repeat password" value="newPassword">
+<br /><input type="submit" value="Change password">
+</form>
+</body>
+</html>