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

Side by Side Diff: LayoutTests/editing/selection/caret-alignment-for-vertical-text-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 1
2 this is some vertical text 2 this is some vertical text
3 Testcase for bug 102359: Caret is painted horizontally in vertical writing mode when there are no visible text. 3 Testcase for bug 102359: Caret is painted horizontally in vertical writing mode when there are no visible text.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
7 The carets on the empty editable boxes should have the same orientation as that on the editable box containing some text. We thus compare the width and the heig ht of the caret rects for verification. Width and height for all the three caret rects should be the same for the test to pass. 10 The carets on the empty editable boxes should have the same orientation as that on the editable box containing some text. We thus compare the width and the heig ht of the caret rects for verification. Width and height for all the three caret rects should be the same for the test to pass.
8 PASS emptyDivCaretRect.width is textDivCaretRect.width 11 PASS emptyDivCaretRect.width is textDivCaretRect.width
9 PASS emptyDivCaretRect.height is textDivCaretRect.height 12 PASS emptyDivCaretRect.height is textDivCaretRect.height
10 PASS emptyLineCaretRect.width is textDivCaretRect.width 13 PASS emptyLineCaretRect.width is textDivCaretRect.width
11 PASS emptyLineCaretRect.height is textDivCaretRect.height 14 PASS emptyLineCaretRect.height is textDivCaretRect.height
12 To verify the test manually on the browser, compare the orientation of the caret s in all the boxes; it should be the same for all three. 15 To verify the test manually on the browser, compare the orientation of the caret s in all the boxes; it should be the same for all three.
13 PASS successfullyParsed is true 16 PASS successfullyParsed is true
14 17
15 TEST COMPLETE 18 TEST COMPLETE
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698