summaryrefslogtreecommitdiff
path: root/testsuite/css/style/gradient.nodes
blob: 389baf8fcf2d2b933215ea6f1fac2323b5d312f9 (plain)
1
2
3
4
5
6
7
8
9
[window.background:dir(ltr)]
  background-image: linear-gradient(75deg, rgb(255,0,0), rgb(0,128,0) 20%, rgb(0,0,255) 40px); /* gradient.css:2:3-71 */

  decoration:dir(ltr)
  box.horizontal:dir(ltr)
    background-image: repeating-linear-gradient(to top right, rgba(255,100,60,0.5), rgb(255,0,255) 100%); /* gradient.css:6:3-97 */

    label:dir(ltr)
      background-image: radial-gradient(ellipse farthest-corner at center 30px, rgb(255,255,0), rgb(255,0,0) 30%, rgb(0,0,255)); /* gradient.css:10:3-89 */