summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-iframe-preferred-ref.html
blob: ff2683bbd31da32aecf5bb48c3cf417543438f9c (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Test Reference</title>
<style>
  div {
    width: 100px;
    height: 100px;
  }
</style>
<div style="background-color: purple"></div>
<div style="background-color: blue"></div>