| background: url(resources/animated.gif) top left no-repeat, |
| url(resources/animated2.gif) bottom right no-repeat; |
| testRunner.displayAndTrackRepaints(); |
| document.getElementById("target").style.display="none"; |
| setTimeout("step2()", 200); |
| testRunner.waitUntilDone(); |
| setTimeout("step1()", 100); |
| Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12487">http://bugs.webkit.org/show_bug.cgi?id=12487</a> |
| REGRESSION: Repro crash when a second background image is animated</i>. |
| This test should not make Safari crash. |