Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: LayoutTests/editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Testcase for bug 106452: Caret positioned at the end of a text line (followed by an empty block) in vertical writing mode disappears when pressing the right/dow n arrow key. To manually verify the issue, place the caret at the end of the tex t line and then press either the down or the right arrow key. 1 Testcase for bug 106452: Caret positioned at the end of a text line (followed by an empty block) in vertical writing mode disappears when pressing the right/dow n arrow key. To manually verify the issue, place the caret at the end of the tex t line and then press either the down or the right arrow key.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
5 PASS caretRectAtEnd.width is caretRectAtStart.width 8 PASS caretRectAtEnd.width is caretRectAtStart.width
6 PASS caretRectAtEnd.height is caretRectAtStart.height 9 PASS caretRectAtEnd.height is caretRectAtStart.height
7 PASS caretRectRightKey.width is caretRectAtEnd.width 10 PASS caretRectRightKey.width is caretRectAtEnd.width
8 PASS caretRectRightKey.height is caretRectAtEnd.height 11 PASS caretRectRightKey.height is caretRectAtEnd.height
9 PASS caretRectDownKey.width is caretRectAtEnd.width 12 PASS caretRectDownKey.width is caretRectAtEnd.width
10 PASS caretRectDownKey.height is caretRectAtEnd.height 13 PASS caretRectDownKey.height is caretRectAtEnd.height
11 PASS successfullyParsed is true
12 14
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698