| theWindow = window.open("./resources/containsAnimatedGif.html", "x"); |
| window.open("about:blank", "x"); |
| theWindow = window.open("./resources/containsAnimatedGif.html"); |
| document.getElementById("results").appendChild(document.createTextNode("PASSED")); |
| <p>This page tests the fix for <br> |
| <a href="rdar://problem/6978362">rdar://problem/6978362</a> Repro crash animating GIF if previously used in a closed window's back/forward list <br> |
| <a href="https://bugs.webkit.org/show_bug.cgi?id=26568">Bug 26568</a> <br> |
| <ul><li>run the LayoutTest's webserver (WebKitTools/run-webkit-httpd)</ul> |
| <p>Then click this button: <input type="button" value="Run test" onclick="step1()"> |
| <li>A window will open, loading a page with an animated gif.</li> |
| <li>about:blank will be loaded in that window, putting the animated gif in the back/forward cache.</li> |
| <li>That window will close.</li> |
| <li>A new window will open, loading that page with the animated gif</li> |
| <li>No crash means test passed </li> |
| <span style="color:green;" id="results"></span> |