Test: color stops with two locations
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}// alert('Hello world!');<!-- content to be placed inside <body>…</body> -->/**
* Test: color stops with two locations
* PASS if green stripes, FAIL if red
*/
background: red;
background: repeating-linear-gradient(-45deg, limegreen 0 20px, green 20px 60px);
min-height: 100%;