summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/569.html
blob: eca4e1f3e8b53bd4e34b1c8cd56b2b7476051128 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>A &lt;div&gt; with role role="listbox" aria-busy="true", but no "option" descendants.</title>
  </head>
  <body>
    <div id="test" role="listbox" aria-busy="true">
    </div>
  </body>
</html>