Bug 41132 - Add additional tests for beforeload events
Summary: Add additional tests for beforeload events
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Andy Estes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 23:54 PDT by Andy Estes
Modified: 2010-06-24 00:32 PDT (History)
0 users

See Also:


Attachments
patch (11.87 KB, patch)
2010-06-24 00:01 PDT, Andy Estes
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 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.
Comment 1 Andy Estes 2010-06-24 00:01:09 PDT
Created attachment 59616 [details]
patch
Comment 2 Alexey Proskuryakov 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!
Comment 3 Andy Estes 2010-06-24 00:32:12 PDT
Thanks Alexey!

Committed http://trac.webkit.org/changeset/61744