Bug 141605 - Update editing/selection/fake-drag.html after r177774
Summary: Update editing/selection/fake-drag.html after r177774
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks: 139968
  Show dependency treegraph
 
Reported: 2015-02-14 10:09 PST by Myles C. Maxfield
Modified: 2015-02-17 20:17 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.17 KB, patch)
2015-02-14 10:10 PST, Myles C. Maxfield
ap: review+
mmaxfield: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-02-14 10:09:59 PST
Update expected result for editing/selection/fake-drag.html after r177774
Comment 1 Myles C. Maxfield 2015-02-14 10:10:38 PST
Created attachment 246597 [details]
Patch
Comment 2 Alexey Proskuryakov 2015-02-16 10:19:46 PST
Comment on attachment 246597 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=246597&action=review

> LayoutTests/editing/selection/fake-drag.html:28
> -    eventSender.mouseMoveTo(31, 10);
> +    eventSender.mouseMoveTo(32, 10);

Can the location be computed instead of hardcoded? Otherwise, we'll keep having trouble with this test.
Comment 3 Myles C. Maxfield 2015-02-17 20:17:57 PST
Committed r180253: <http://trac.webkit.org/changeset/180253>