summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/roles-plain-concrete/roles-plain-concrete-application.html
blob: 6eea2d0c030ccb7b4d06a4e70fb1a89a675b9a36 (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>Plain &lt;div&gt; with role "application" and no states or properties</title>
   </head>
   <body>
      <div role="application" id="test">Placeholder content</div>
   </body>
</html>