summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/color-mix-currentcolor-001-ref.html
blob: ba9b8b9622fd499d70debde938c8c26881714add (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<style>
div {
  width: 100px;
  height: 100px;
  background-color: red;
  color: red;
  background-color: green;
}
</style>
<div></div>