summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/noaria.html
blob: e404e6619affdddb451a93e1bdaa71299446722c (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>No ARIA markup</title>
   </head>
   <body>
      <div id="test">Placeholder content</div>
   </body>
</html>