summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/578.html
blob: 2e781e3d04afcfd168c14f58c8e3a2a35a932725 (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 page with two div elements that have role="toolbar" but not aria-label property.</title>
  </head>
  <body>
    <div id="test" role="toolbar">Toolbar 1</div>
    <div id="test2" role="toolbar">Toolbar 2</div>
  </body>
</html>