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