1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-10 00:58:50 +00:00
Files
UXP/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/614.html
T

11 lines
276 B
HTML

<!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>