aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/accessibility/test.html
blob: 80ee84ac6e59641ab9f75721eeaad4b55bac2531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>A title</title>
  </head>
  <body>
  <p>blah blah</p>
  <h1>A star</h1>
  <img src="star.jpeg" alt="foo">
  <div style="background-color: #222222;">
        <p>Can you read this?</p>
  </div>
  </body>
</html>