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