summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/color_adjust_ref.html
blob: f5986f93bf7e06d1a0b97838e7915e11f83c9ea1 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<style>
.test {
  background-color: black;
  color: white;
}
</style>
<span class="test">Some text goes here</span>