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