8 background: url(resources/animated.gif) top left no-repeat,
9 url(resources/animated2.gif) bottom right no-repeat;
12 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
16 document
.getElementById("target").style
.display
="none";
17 document
.body
.offsetTop
;
18 if (window
.testRunner
)
19 testRunner
.notifyDone();
24 if (window
.testRunner
) {
25 testRunner
.dumpAsText();
26 testRunner
.waitUntilDone();
28 runAfterLayoutAndPaint(step1
);
32 <body onload=
"test()">
34 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=12487">http://bugs.webkit.org/show_bug.cgi?id=
12487</a>
35 REGRESSION: Repro crash when a second background image is animated
</i>.
38 This test should not make Safari crash.
40 <div id=
"target"></div>