element-replacement-gradient-ref.html (196B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Test Reference</title> 4 <style> 5 div { 6 width: 100px; 7 height: 100px; 8 background-image: linear-gradient(purple, yellow); 9 } 10 </style> 11 <div></div>