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

Side by Side Diff: LayoutTests/platform/win/fast/forms/focus-selection-textarea-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 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
(...skipping 16 matching lines...) Expand all
27 4) Click in the input field, nothing should be selected: 27 4) Click in the input field, nothing should be selected:
28 5) Click this label, only the word "SUCCESS" should be selected: 28 5) Click this label, only the word "SUCCESS" should be selected:
29 6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be se lected: 29 6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be se lected:
30 7) , only the word "SUCCESS" should be selected: 30 7) , only the word "SUCCESS" should be selected:
31 8) , only the word "SUCCESS" should be selected: 31 8) , only the word "SUCCESS" should be selected:
32 32
33 33
34 9) Hit Ctrl-Option-I (or Alt-I on Windows), only the word "SUCCESS" should be se lected: 34 9) Hit Ctrl-Option-I (or Alt-I on Windows), only the word "SUCCESS" should be se lected:
35 35
36 36
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
37 PASS first.selectionStart is 11 40 PASS first.selectionStart is 11
38 PASS first.selectionEnd is 18 41 PASS first.selectionEnd is 18
39 FAIL first.selectionStart should be 11. Was 0. 42 FAIL first.selectionStart should be 11. Was 0.
40 FAIL first.selectionEnd should be 18. Was 0. 43 FAIL first.selectionEnd should be 18. Was 0.
41 PASS second.selectionStart is 11 44 PASS second.selectionStart is 11
42 PASS second.selectionEnd is 18 45 PASS second.selectionEnd is 18
43 PASS second.selectionStart is 11 46 PASS second.selectionStart is 11
44 PASS second.selectionEnd is 18 47 PASS second.selectionEnd is 18
45 PASS third.selectionStart is 11 48 PASS third.selectionStart is 11
46 PASS third.selectionEnd is 18 49 PASS third.selectionEnd is 18
(...skipping 16 matching lines...) Expand all
63 PASS seventh.selectionStart is 11 66 PASS seventh.selectionStart is 11
64 PASS seventh.selectionEnd is 18 67 PASS seventh.selectionEnd is 18
65 PASS eighth.selectionStart is 11 68 PASS eighth.selectionStart is 11
66 PASS eighth.selectionEnd is 18 69 PASS eighth.selectionEnd is 18
67 FAIL eighth.selectionStart should be 11. Was 0. 70 FAIL eighth.selectionStart should be 11. Was 0.
68 FAIL eighth.selectionEnd should be 18. Was 0. 71 FAIL eighth.selectionEnd should be 18. Was 0.
69 PASS ninth.selectionStart is 11 72 PASS ninth.selectionStart is 11
70 PASS ninth.selectionEnd is 18 73 PASS ninth.selectionEnd is 18
71 PASS ninth.selectionStart is 11 74 PASS ninth.selectionStart is 11
72 PASS ninth.selectionEnd is 18 75 PASS ninth.selectionEnd is 18
73 PASS successfullyParsed is true
74 76
75 TEST COMPLETE
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698