[webkit-reviews] review granted: [Bug 119511] Adding testcase for verifying editing behavior for up/down caret movement between lines. : [Attachment 208532] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 10:53:30 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has granted Arpita Bahuguna
<arpitabahuguna at gmail.com>'s request for review:
Bug 119511: Adding testcase for verifying editing behavior for up/down caret
movement between lines.
https://bugs.webkit.org/show_bug.cgi?id=119511

Attachment 208532: Patch
https://bugs.webkit.org/attachment.cgi?id=208532&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=208532&action=review


>
LayoutTests/editing/selection/verify-editing-behavior-for-line-granularity-expe
cted.txt:3
> +Testcase for bug 119511: Adding testcase for verifying editing behavior for
up/down caret movement between lines. To manually verify the issue, place the
caret somewhere in between the first line and then press the up arrow key. This
should move the caret to the start of the first line. Next press the down arrow
key. This should result in the caret being placed on the next line offset by an
amount equivalent to the start "x" position of the caret on the previous line.
Similarly, forward caret movement too can be verified.

It's redundant to say this is for bug 119511 since that's evident from svn log.


More information about the webkit-reviews mailing list