2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
6 var layoutTest
= async_test('Finish event should be delivered even if a GC occurs. This test passes if it does not time out.');
10 if (window
.GCController
)
11 GCController
.collect();
16 // Use a distinct, unreferenced instance of the handler function.
17 document
.body
.animate([]).onfinish
= finish
.bind();
18 document
.body
.animate([]).onfinish
= finish
.bind();
20 if (window
.GCController
)
21 GCController
.collect();