4 <title>test of border-image-source: radial-gradient with border-image-width
</title>
6 table { margin:
0; padding:
0; border-spacing:
0; empty-cells: show; }
12 <col style=
"width: 90px">
13 <col style=
"width: 120px">
14 <col style=
"width: 30px">
15 <tr style=
"height: 15px">
16 <td style=
"background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:90px 15px;"></td>
18 <td style=
"background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:30px 15px;"></td>
20 <tr style=
"height: 165px">
22 <td style=
"background: white"></td>
25 <tr style=
"height: 60px">
26 <td style=
"background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:90px 60px;"></td>
28 <td style=
"background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size:30px 60px;"></td>