3 .radial::before { width:
150px; height:
150px; border:
2px solid black;
4 content: radial-gradient(circle at
45px
45px, #A7D30C, #
019F62
40px, rgba(
1,
159,
98,
0)
50px);
7 .linear::after { width:
130px; height:
130px; border:
2px solid black;
8 content: linear-gradient(to bottom, #
00abeb, #fff
50%, #
66cc00
50%, #fff);
12 <div class=
"radial"></div>
13 <div class=
"linear"></div>
16 if (window
.testRunner
) {
17 testRunner
.dumpAsTextWithPixelResults();