summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/gradient/gradient-eval-003-ref.html
blob: 4db29f5ce9e9eab02aac894343d5c06d6434158a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
 <head>
  <title>Gradient interpolation</title>
  <link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
  <style>
   .test {
       width: 100px;
       height: 100px;
       background: red;
       background: lab(60% 0 0);
   }
 </style>
 </head>
 <body>
  <div class="test"></div>
 </body>
</html>