blob: 5037cbd785542838f16ca97b12043b6d3f51a474 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Input with type="password" label/for without wai-aria</title>
</head>
<body>
<input type="password" id="test">
<label for="test">foo</label></body>
</html>