summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/cross-fade-premultiplied-alpha-ref.html
blob: d9a708436788c5e3de351c82169d46159bffc7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Test Reference</title>
    <style>
      div {
        margin: 2px;
        width: 200px;
        height: 200px;
        background: color(srgb 0.005 1.0 0.0 / 0.5);
      }
    </style>
  </head>
  <p>There should be nearly no red in this box (it should be a translucent green).</p>
  <div></div>
</html>