1 <img style=
"background-color: blue" >
3 if (window
.testRunner
) {
4 testRunner
.dumpAsTextWithPixelResults();
5 testRunner
.waitUntilDone();
8 function loadAndStall()
10 return "http://127.0.0.1:8000/resources/load-and-stall.php";
15 return "?name=../../../fast/images/resources/dice.png&mimeType=image%2Fpng";
20 if (window
.testRunner
)
21 testRunner
.notifyDone();
26 document
.querySelector("img").src
= loadAndStall() + pngImage() + "&stallAt=43008&stallFor=1";
27 setTimeout(testDone
, 3000);
30 setTimeout(runTest
, 0);