summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color-adjust/rendering/dark-color-scheme/support/dark-frame-alpha.html
blob: cb5e6d66917e4ca061e14a6539e333fb44b2e51a (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
  :root {
    color-scheme: dark;
    background-color: rgba(0, 128, 0, 0.5);
  }
  p { color: lime }
</style>
<p>This text should be lime and the background should be green blended with a dark canvas.</p>