color-stop-clamp-interpolation-ref.html (394B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Bug 1274624: Clamped colour stop interpolation</title> 5 <style type="text/css"> 6 div { 7 background-image: linear-gradient(90deg, rgba(0, 0, 255, 0.6), rgba(0, 0, 255, 0.4)); 8 background-size: 100px 100px; 9 width: 400px; 10 height: 400px; 11 } 12 </style> 13 </head> 14 <body> 15 <div> 16 </div> 17 </body> 18 </html>