4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
8 // Force a pixel dump to cover raterization issues if any.
10 testRunner
.capturePixelsAsyncThen(function() {
11 testRunner
.notifyDone();
19 <!-- This previously tried to read the size of the image when
20 ImageDecoder::m_failed was true, triggering either an assert or a
21 read of random memory. Thanks to Robert Swiecki for the test case. -->
22 <img src=
"resources/size-failure.gif">