11 background-color: green;
12 -webkit-clip-path: circle(
100px at
100px
100px);
15 /* We position a red dot behind, so that it is obvious when the test is failing. */
21 background-color: red;
27 <!-- Testing that the clip-path of the first element doesn't clip the second element. You should see two green circles and no red. -->
28 <div class=
"red-marker"></div>
29 <div class=
"circle-clip-path"></div>
30 <div class=
"circle-clip-path"></div>