5 transform: translateZ(
0);
6 -webkit-clip-path: circle(
45%);
10 <!-- There should be a green circle on this page -->
12 <img class=
"composited" onload=
"load(this)" src=
"../../fast/images/resources/green-256x256.jpg">
16 function load(element
) {
21 if (window
.testRunner
)
22 testRunner
.notifyDone();
25 if (window
.testRunner
) {
26 testRunner
.dumpAsTextWithPixelResults();
27 testRunner
.waitUntilDone();