-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 loc) · 1.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Autofill Testing on GitHub</title>
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" type="text/css" href="default.css">
</head>
<body>
<p>
<h3>x-origin iframe to rsolomakhin.github.io/autofill</h3>
<iframe src="https://rsolomakhin.github.io/autofill/#np1" title="rsolomakhin"> </iframe>
</p>
<p>
<h3>form for fhorschig.github.io sending to example.com</h3>
<form name="np" id="np1" action="https://example.com/" method="post">
Username: <input type="text" name="username" id="password_name"><br>
Password: <input type="password" name="password" id="password_field"><br>
<input type="reset" value="Reset">
<input type="submit" value="Submit" id="password_submit">
</form>
</p>
<p>
<a href="formless-input.html">Need an input without form?</a>
</p>
<p>
<a href="password-only.html">Need a password input without form or submit?</a>
</p>
<p>
<a href="name-only.html">Need a name input without form or submit?</a>
</p>
<p>
<a href="raw-input-only.html">Need a raw input without form or submit?</a>
</p>
<p>
<a href="search-only.html">Need a search input or a textarea?</a>
</p>
<p>
<a href="change-password-form.html">Need a change password form?</a>
</p>
<p>
<a href="passkey-iframes.html">Need iframes with passkey support?</a>
</p>
<p>
<a href="fullscreen_rotate.html">Need a fullscreen rotated form?</a>
</p>
</body>
</html>