6 testRunner
.notifyDone();
9 document
.getElementById('replaceme').src
= 'resources/gif-loop-count.gif';
10 setTimeout("step2()", 200);
13 if (window
.testRunner
) {
14 testRunner
.waitUntilDone();
16 setTimeout("step1()", 200);
20 <body onload=
"test()">
21 <img src=
"resources/gif-loop-count.gif" style=
"position:absolute;left:0;top:0">
22 <img src=
"resources/gif-loop-count.png" id=
"replaceme" style=
"position:absolute;left:0;top:0">