blob: 5aa782460e554fd99e9b10bf180cbed4c1ddcfeb [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
Test passes if it does not crash.
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
</script>
<img style="background-image:-webkit-cross-fade(url(resources/abe.png), url(resources/abe.png), 1%)"/>
<script>
function triggerReload()
{
location.hash += "x";
location.reload();
}
if (location.hash == '#xxxx') {
if (window.testRunner)
testRunner.notifyDone();
} else
setTimeout("triggerReload()", 10);
</script>
</body>
</html>