summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/613.html
blob: 0f16f92202955e926321d0446fefc9bac0477e3d (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>Input with type="checkbox" label/for without wai-aria</title>
   </head>
   <body>
<input type="checkbox" id="test">
<label for="test">foo</label></body>
</html>