RESOLVED FIXED 41132
Add additional tests for beforeload events
https://bugs.webkit.org/show_bug.cgi?id=41132
Summary Add additional tests for beforeload events
Andy Estes
Reported 2010-06-23 23:54:55 PDT
Add tests to verify that elements that send beforeload events can be removed from the DOM while processing said events.
Attachments
patch (11.87 KB, patch)
2010-06-24 00:01 PDT, Andy Estes
ap: review+
Andy Estes
Comment 1 2010-06-24 00:01:09 PDT
Alexey Proskuryakov
Comment 2 2010-06-24 00:15:31 PDT
Comment on attachment 59616 [details] patch > setTimeout("checkObjectRemoval()", timeout); Looks like you could also use setInterval(). More test coverage is great, r=me!
Andy Estes
Comment 3 2010-06-24 00:32:12 PDT
Note You need to log in before you can comment on or make changes to this bug.