keepassxc-browser/tests/html/hidden_fields1.html

13 lines
259 B
HTML
Raw Normal View History

2020-10-24 10:39:33 +00:00
<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>