| <!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> |