Bug 44897 - REGRESSION (r51939): platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html fails
Summary: REGRESSION (r51939): platform/win/editing/selection/doubleclick-should-not-ex...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 14:39 PDT by Ryosuke Niwa
Modified: 2010-08-30 16:38 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.51 KB, patch)
2010-08-30 14:56 PDT, Ryosuke Niwa
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2010-08-30 14:39:25 PDT
It seems like http://trac.webkit.org/changeset/51939 accidentally broke path reference in platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html.
Comment 1 Ryosuke Niwa 2010-08-30 14:56:12 PDT
Created attachment 65963 [details]
Patch
Comment 2 Adele Peterson 2010-08-30 15:17:52 PDT
The checkin didn't break path reference.  It looks like the checkin changed an unrelated test.
Comment 3 Ryosuke Niwa 2010-08-30 15:20:41 PDT
(In reply to comment #2)
> The checkin didn't break path reference.  It looks like the checkin changed an unrelated test.

Sorry my wording was confusing.  Right, what I meant was the following change in doubleclick-should-not-expand-across-lines.html, which seems to be rather unintentional:
- <link rel="stylesheet" href="../../../../fast/js/resources/js-test-style.css">
- <script src="../../../../fast/js/resources/js-test-pre.js"></script>
+ <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
+ <script src="../../../fast/js/resources/js-test-pre.js"></script>
Comment 4 Ryosuke Niwa 2010-08-30 16:38:04 PDT
Committed r66425: <http://trac.webkit.org/changeset/66425>