RESOLVED FIXED 13268
Make editing/selection/drag-in-iframe.html valid and deterministic
https://bugs.webkit.org/show_bug.cgi?id=13268
Summary Make editing/selection/drag-in-iframe.html valid and deterministic
mitz
Reported 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.
Attachments
Repair the test (30.49 KB, patch)
2007-04-03 08:30 PDT, mitz
darin: review+
mitz
Comment 1 2007-04-03 08:30:00 PDT
Created attachment 13936 [details] Repair the test
Darin Adler
Comment 2 2007-04-03 10:45:36 PDT
Comment on attachment 13936 [details] Repair the test r=me
Justin Garcia
Comment 3 2007-04-03 16:07:42 PDT
Note You need to log in before you can comment on or make changes to this bug.