summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/color-stop-currentcolor-ref.html
blob: 7686a3b16ed8b9ebf3f8ffcbecd4bdb5e1225bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
  <head>
    <meta charset="utf-8">
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Dan Glastonbury" href="mailto:dglastonbury@mozilla.com" />
    <style type="text/css">
     body {
         background: linear-gradient(to right, currentcolor, limegreen);
     }

     div {
         width: 100vw;
         height: 100vh;
         background: linear-gradient(to right, limegreen, limegreen);
     }
    </style>
  </head>
  <body>
    <!-- content of test -->
    <div>
  </body>
</html>