blob: eea8518d95b9393a5c1e1d34afc20744b8834c34 [file] [log] [blame] [edit]
<!DOCTYPE html>
<title>CSS Test Reference</title>
<style>
div { width: 100px; height: 100px; }
</style>
<div style="background: linear-gradient(blue 20px, yellow)"></div>
<div style="background: linear-gradient(blue 50px, yellow)"></div>