11 border:
1px solid black;
12 background-repeat: no-repeat;
16 background-image: -webkit-repeating-linear-gradient(
0deg, green
150px, blue
175px, blue
200px);
17 background-image: -moz-repeating-linear-gradient(
0deg, green
150px, blue
175px, blue
200px);
21 if (window
.testRunner
) {
22 testRunner
.dumpAsTextWithPixelResults();
28 <div class=
"linear1 box"></div>