summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/roles-plain-concrete/roles-plain-concrete-article.html
blob: c8d99c590e4f1f25d9c56bc971621a1fa97f8256 (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 "article" and no states or properties</title>
   </head>
   <body>
      <div role="article" id="test">Placeholder content</div>
   </body>
</html>