summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/browser/doc_accessibility.html
blob: 01bc3b049688a6c6b9ea2d771facb9ef3859fcc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
  </head>
<body>
  <h1 id="h1">Accessibility Test</h1>
  <button id="button" aria-describedby="h1" accesskey="b">Accessible Button</button>
  <div id="slider" role="slider" aria-valuenow="5"
       aria-valuemin="0" aria-valuemax="7">slider</div>
  <label id="label" for="control">Label
    <input id="control">
  </label>
</body>
</html>