12 testRunner
.waitUntilDone();
14 setTimeout(function() {
16 testRunner
.notifyDone();
19 <!--The first cross-fade should appear as a light green square with a darker green circle inside it.-->
20 <div style=
"background-image: -webkit-cross-fade(url(resources/green-circle.svg), url(resources/green-100.png), 50%);"></div>