WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
44897
REGRESSION (
r51939
): platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html fails
https://bugs.webkit.org/show_bug.cgi?id=44897
Summary
REGRESSION (r51939): platform/win/editing/selection/doubleclick-should-not-ex...
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2010-08-30 14:56:12 PDT
Created
attachment 65963
[details]
Patch
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
Committed
r66425
: <
http://trac.webkit.org/changeset/66425
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug