5 transform: translateZ(
0);
12 <!-- There should be a green circle on this page -->
14 <img class=
"composited" onload=
"load(this)" src=
"../../fast/images/resources/green-256x256.jpg">
18 function load(element
) {
19 element
.classList
.add('border-radius');
24 if (window
.testRunner
)
25 testRunner
.notifyDone();
28 if (window
.testRunner
) {
29 testRunner
.waitUntilDone();