gradient-analogous-missing-components-003-ref.html (808B)
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Gradient analogous missing components carry forward logic tests</title> 6 <link rel="author" title="CGQAQ" href="mailto:m.jason.liu@gmail.com"> 7 <link rel="author" title="一丝" href="mailto:yiorsi@gmail.com"> 8 <link rel="help" href="https://www.w3.org/TR/css-color-4/#interpolation"> 9 <style> 10 .test { 11 margin: 10px 50px; 12 width: 200px; 13 height: 50px; 14 border: 1px solid black; 15 background: lime; 16 } 17 </style> 18 </head> 19 <body> 20 <div class="test test1">This should be a lime background.</div> 21 <div class="test test2">This should be a lime background.</div> 22 <div class="test test3">This should be a lime background.</div> 23 </body> 24 </html>