blob: 7e2fc7c403f41054e23c1677d7d6ea58e5a5f518 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Password input with title attribute and no other labeling mechanism</title>
</head>
<body>
<input type="password" id="test" title="foo">
</body>
</html>
|