Bug 13268 - Make editing/selection/drag-in-iframe.html valid and deterministic
Summary: Make editing/selection/drag-in-iframe.html valid and deterministic
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/post-...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 08:29 PDT by mitz
Modified: 2007-04-03 16:07 PDT (History)
0 users

See Also:


Attachments
Repair the test (30.49 KB, patch)
2007-04-03 08:30 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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