summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/multiple-position-color-stop-linear-2-ref.html
blob: 53ca212ad4ac5b3a7eac72341e5725f9b7041ad0 (plain)
1
2
3
4
5
<!doctype html>
<meta charset=utf-8>
<body>
    <div style="background: linear-gradient(to bottom, red 0%, red 25%, blue 25%, blue 75%, red 75%, red 100%); width: 100px; height: 100px;"><br></div>
</body>