aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/accessibility/test_color.html
blob: dee2ec1f6c28e3ae0b19d0fb3c694c8e8dbcbd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
  <head>
    <title>Test color rules</title>
  </head>
  <body>

  <div style="background-color: #222222">
        <p>Can you read this?</p>
  </div>


  <div style="background-color: #FFFFFF">
        <p>this is white
        <span id=foobar style="background-color: rgba(255, 0, 0, 0.5)">
          this is pink
        </span>
        </p>
  </div>

  </body>
</html>