summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/roles-plain-concrete/roles-plain-concrete-rowheader.html
blob: 9a1bba18ee3339ec0b083b40ed6439540bef2347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Plain &lt;div&gt; with role "rowheader" and no states or properties</title>
   </head>
   <body>
      <div role="grid">
        <div role="row">
          <div role="rowheader" id="test">Placeholder content</div>
        </div>
      </div>
   </body>
</html>