summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/color-transparent-001.html
blob: c317327b206c479b0de1af1bf1f24cf42adfa429 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>color: transparent should be honored in high contrast mode</title>
<style>
  p {
    color: transparent;
  }
</style>
<p>
  I should not show up.
</p>