RESOLVED FIXED 74494
Add a manual test for caret blinking during forward deletion
https://bugs.webkit.org/show_bug.cgi?id=74494
Summary Add a manual test for caret blinking during forward deletion
Ryosuke Niwa
Reported 2011-12-14 02:02:14 PST
The caret shouldn't blink during forward deletion. This has been fixed in http://trac.webkit.org/changeset/102413 without a test. We should add a manual test for this.
Attachments
adds a test (1.55 KB, patch)
2011-12-14 02:15 PST, Ryosuke Niwa
mitz: review+
Ryosuke Niwa
Comment 1 2011-12-14 02:15:00 PST
Created attachment 119182 [details] adds a test
mitz
Comment 2 2011-12-14 08:42:40 PST
Comment on attachment 119182 [details] adds a test View in context: https://bugs.webkit.org/attachment.cgi?id=119182&action=review > ManualTests/caret-blink-during-forward-delete.html:11 > + test.textContent += 'a'; Probably the least efficient way to do this.
Ryosuke Niwa
Comment 3 2011-12-14 11:03:43 PST
(In reply to comment #2) > (From update of attachment 119182 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=119182&action=review > > > ManualTests/caret-blink-during-forward-delete.html:11 > > + test.textContent += 'a'; > > Probably the least efficient way to do this. Well, it works. But I'll change it to use textContent once.
Ryosuke Niwa
Comment 4 2011-12-14 11:09:07 PST
Note You need to log in before you can comment on or make changes to this bug.