| <!DOCTYPE HTML> | |
| <html> | |
| <body> | |
| <img src="resources/slow-image-load.pl?name=large-animated.gif&mimetype=image/gif&loadtime=1" width="100" height="100" onload="finishTest()"></img> | |
| <!-- This is a hack to force setAutodisplay on WK1 --> | |
| <div style="will-change: transform"></div> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.waitUntilDone(); | |
| function finishTest() { | |
| if (window.testRunner) { | |
| setTimeout(function() { | |
| testRunner.notifyDone(); | |
| }, 1500); | |
| } | |
| } | |
| </script> | |
| </body> | |
| </html> |