summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/589615-1-ref.html
blob: fe7e842870b92dc7fbb30bfb680cd5926c47f19f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      * { color: pink ! important }
    </style>
  </head>
  <body>
    <a href="">This should be pink</a>
  </body>
</html>