webkit-linear-gradient-diff-unprefixed-ref.html (289B)
1 <!DOCTYPE html> 2 <title>Compatibility Test Reference</title> 3 <style> 4 #square { 5 height: 100px; 6 width: 100px; 7 background-image: linear-gradient(to bottom, orange, blue); 8 } 9 </style> 10 <p>You should see a square, orange at the top, blue at the bottom.</p> 11 <div id="square"></div>