summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/checkbox-title.html
blob: 6b94860264da1974d0e1825483a3993a29e09d75 (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>Checkbox with title attribute and no other labeling mechanism</title>
   </head>
   <body>
   	<input type="checkbox" id="test" title="foo" />
   </body>
</html>