RESOLVED INVALID 46655
Simplify layouttest fast/frames/iframe-reparenting-adopt-node.html
https://bugs.webkit.org/show_bug.cgi?id=46655
Summary Simplify layouttest fast/frames/iframe-reparenting-adopt-node.html
Jenn Braithwaite
Reported 2010-09-27 14:35:06 PDT
Can trigger async behavior using setTimeout rather than relying on the iframe content to trigger a function in the parent after a timeout. Will make test case slightly simpler.
Attachments
patch (2.41 KB, patch)
2010-09-27 15:03 PDT, Jenn Braithwaite
no flags
Jenn Braithwaite
Comment 1 2010-09-27 15:03:13 PDT
Darin Adler
Comment 2 2010-09-27 15:04:18 PDT
Comment on attachment 68970 [details] patch This adds a race condition to the test. Before the test was guaranteed to wait for the subframe to load. Now, if the timer fires before the subframe loads the test will fail. Is there a reason we need to change this test?
Jenn Braithwaite
Comment 3 2010-09-27 15:12:25 PDT
No need to make this change; merely a cleanup attempt. I'll discard this bug.
Note You need to log in before you can comment on or make changes to this bug.