blob: be13be8e260ef8d89be878d811edf83411dd2cee [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 60px, yellow)"></div>