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

Side by Side Diff: LayoutTests/platform/android/editing/selection/move-left-right-expected.txt

Issue 717043002: Auto-rebaseline for r185157 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 Test 1, LTR: 1 Test 1, LTR:
2 Moving right: "\n abc\n "[9, 10, 11, 12] 2 Moving right: "\n abc\n "[9, 10, 11, 12]
3 Moving left: "\n abc\n "[12, 11, 10, 9] 3 Moving left: "\n abc\n "[12, 11, 10, 9]
4 Test 1, RTL: 4 Test 1, RTL:
5 Moving left: "\n abc\n "[9, 11, 10, 12] 5 Moving left: "\n abc\n "[9, 11, 10, 12]
6 Moving right: "\n abc\n "[12, 10, 11, 9] 6 Moving right: "\n abc\n "[12, 10, 11, 9]
7 Test 2, LTR: 7 Test 2, LTR:
8 Moving right: "\n ABC\n "[9, 11, 10, 12] 8 Moving right: "\n ABC\n "[9, 11, 10, 12]
9 Moving left: "\n ABC\n "[12, 10, 11, 9] 9 Moving left: "\n ABC\n "[12, 10, 11, 9]
10 Test 2, RTL: 10 Test 2, RTL:
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 WARNING: Moved in the wrong direction in step 4: from (748, 1713) to (760, 1713) . 619 WARNING: Moved in the wrong direction in step 4: from (748, 1713) to (760, 1713) .
620 Moving right: "DEF"[3, 2, 1, 0], "ABC"[3, 2, 1, 0] 620 Moving right: "DEF"[3, 2, 1, 0], "ABC"[3, 2, 1, 0]
621 WARNING: Moved in the wrong direction in step 4: from (760, 1713) to (748, 1713) . 621 WARNING: Moved in the wrong direction in step 4: from (760, 1713) to (748, 1713) .
622 Test 43, LTR: 622 Test 43, LTR:
623 Moving right: "abcXXX123QQQdef"[0, 13, 14, 11, 10, 6, 7, 8, 9, 5, 4, 1, 2, 15] 623 Moving right: "abcXXX123QQQdef"[0, 13, 14, 11, 10, 6, 7, 8, 9, 5, 4, 1, 2, 15]
624 Moving left: "abcXXX123QQQdef"[15, 2, 1, 4, 5, 9, 8, 7, 6, 10, 11, 14, 13, 0] 624 Moving left: "abcXXX123QQQdef"[15, 2, 1, 4, 5, 9, 8, 7, 6, 10, 11, 14, 13, 0]
625 Test 43, RTL: 625 Test 43, RTL:
626 Moving left: "abcXXX123QQQdef"[0, 2, 1, 3, 4, 5, 6, 8, 7, 9, 10, 11, 12, 14, 1 3, 15] 626 Moving left: "abcXXX123QQQdef"[0, 2, 1, 3, 4, 5, 6, 8, 7, 9, 10, 11, 12, 14, 1 3, 15]
627 Moving right: "abcXXX123QQQdef"[15, 13, 14, 12, 11, 10, 9, 7, 8, 6, 5, 4, 3, 1, 2, 0] 627 Moving right: "abcXXX123QQQdef"[15, 13, 14, 12, 11, 10, 9, 7, 8, 6, 5, 4, 3, 1, 2, 0]
628 628
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698