Bug 44897

Summary: REGRESSION (r51939): platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html fails
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: adele, darin, mjs, ojan, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch adele: review+

Ryosuke Niwa
Reported 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.
Attachments
Patch (2.51 KB, patch)
2010-08-30 14:56 PDT, Ryosuke Niwa
adele: review+
Ryosuke Niwa
Comment 1 2010-08-30 14:56:12 PDT
Adele Peterson
Comment 2 2010-08-30 15:17:52 PDT
The checkin didn't break path reference. It looks like the checkin changed an unrelated test.
Ryosuke Niwa
Comment 3 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>
Ryosuke Niwa
Comment 4 2010-08-30 16:38:04 PDT
Note You need to log in before you can comment on or make changes to this bug.