summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-gradient-repeated-ref.html
blob: 2c3f9f7151ed09d79e694abefbd2f0df16e8e8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <title>Bug 1274624: Repeating linear gradient</title>
    <style type="text/css">
      div {
        background: repeating-linear-gradient(to top, red, blue 100px);
        background-position: 30px 30px;
        width: 400px;
        height: 400px;
      }
    </style>
  </head>
  <body>
    <div>
    </div>
  </body>
</html>