Bug 13268

Summary: Make editing/selection/drag-in-iframe.html valid and deterministic
Product: WebKit Reporter: mitz
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://build.webkit.org/results/post-commit-powerpc-mac-os-x/6312/results.html
Attachments:
Description Flags
Repair the test darin: review+

Description mitz 2007-04-03 08:29:06 PDT
editing/selection/drag-in-iframe is a pixel test of the painting of the drag caret inside iframes. The currently checked in pixel results are wrong (not showing a drag caret), since the test has been invalid at least ever since DRT was changed to enqueue events sent between mousedown and mouseup.

Moreover, the test "fails" intermittently (see URL) because it uses a timeout to predict when the iframe has loaded.

Patch forthcoming.
Comment 1 mitz 2007-04-03 08:30:00 PDT
Created attachment 13936 [details]
Repair the test
Comment 2 Darin Adler 2007-04-03 10:45:36 PDT
Comment on attachment 13936 [details]
Repair the test

r=me
Comment 3 Justin Garcia 2007-04-03 16:07:42 PDT
r20691