keepassxc-browser/tests/html/hidden_fields1.html
2020-12-20 17:57:34 +02:00

12 lines
259 B
HTML

<html>
<body>
<div style="margin-left: -500px;">
<input placeholder="outsideLeft" type="password" name="outsideLeft">
</div>
<div style="margin-top: -500px;">
<input placeholder="outsideTop" type="password" name="outsideTop">
</div>
</body>
</html>