Dactyloidae/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/611.html

11 lines
303 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Input element with type="text" referenced by a label, no wai aria</title>
</head>
<body>
<input id="test" type="text"/>
<label for="test">foo</label>
</body>
</html>