Bug 72379

Summary: editing/pasteboard/drag-drop-dead-frame.html is flaky
Product: WebKit Reporter: Tony Gentilcore <tonyg>
Component: WebCore Misc.Assignee: Tony Gentilcore <tonyg>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, pkasting, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tony Gentilcore 2011-11-15 04:47:37 PST
editing/pasteboard/drag-drop-dead-frame.html has been very flaky since r100203. It looks to me like the test just needs to wait for the iframe to load before it runs.
Comment 1 Tony Gentilcore 2011-11-15 04:59:29 PST
Created attachment 115147 [details]
Patch
Comment 2 Tony Gentilcore 2011-11-15 05:00:08 PST
Comment on attachment 115147 [details]
Patch

Here's a speculative fix (I couldn't repro locally on chromium linux).
Comment 4 WebKit Review Bot 2011-11-15 11:16:33 PST
Comment on attachment 115147 [details]
Patch

Clearing flags on attachment: 115147

Committed r100297: <http://trac.webkit.org/changeset/100297>
Comment 5 WebKit Review Bot 2011-11-15 11:16:37 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Eric Seidel (no email) 2011-11-15 12:17:21 PST
Comment on attachment 115147 [details]
Patch

Yes.  Thanks!