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

Side by Side Diff: LayoutTests/editing/selection/caret-in-div-containing-empty-block-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 108053: Caret is not displayed when trying to focus inside a co ntenteditable element containing an empty block. To manually verify the issue, c lick inside the three boxes. A caret should be displayed for each of them. 1 Testcase for bug 108053: Caret is not displayed when trying to focus inside a co ntenteditable element containing an empty block. To manually verify the issue, c lick inside the three boxes. A caret should be displayed for each of them.
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 horizontalCaretRect.top is textCaretRect.top 8 PASS horizontalCaretRect.top is textCaretRect.top
6 PASS horizontalCaretRect.width is textCaretRect.width 9 PASS horizontalCaretRect.width is textCaretRect.width
7 PASS horizontalCaretRect.height is textCaretRect.height 10 PASS horizontalCaretRect.height is textCaretRect.height
8 PASS verticalCaretRect.top is textCaretRect.left 11 PASS verticalCaretRect.top is textCaretRect.left
9 PASS verticalCaretRect.width is textCaretRect.height 12 PASS verticalCaretRect.width is textCaretRect.height
10 PASS verticalCaretRect.height is textCaretRect.width 13 PASS verticalCaretRect.height is textCaretRect.width
11 PASS successfullyParsed is true 14 PASS successfullyParsed is true
12 15
13 TEST COMPLETE 16 TEST COMPLETE
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698