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

Side by Side Diff: LayoutTests/fast/forms/focus-selection-input-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), the whole phrase "SUCCESS and SUCCES S" should be selected: 29 6) Hit Ctrl-Option-U (or Alt-U on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected:
30 7) , only the word "SUCCESS" should be selected: 30 7) , only the word "SUCCESS" should be selected:
31 8) , the whole phrase "SUCCESS and SUCCESS" should be selected: 31 8) , the whole phrase "SUCCESS and SUCCESS" should be selected:
32 32
33 33
34 9) Hit Ctrl-Option-I (or Alt-I on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected: 34 9) Hit Ctrl-Option-I (or Alt-I on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected:
35 35
36 36
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
37 PASS first.selectionStart is 12 40 PASS first.selectionStart is 12
38 PASS first.selectionEnd is 19 41 PASS first.selectionEnd is 19
39 PASS first.selectionStart is 0 42 PASS first.selectionStart is 0
40 PASS first.selectionEnd is 19 43 PASS first.selectionEnd is 19
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 12 68 PASS eighth.selectionStart is 12
66 PASS eighth.selectionEnd is 19 69 PASS eighth.selectionEnd is 19
67 PASS eighth.selectionStart is 0 70 PASS eighth.selectionStart is 0
68 PASS eighth.selectionEnd is 19 71 PASS eighth.selectionEnd is 19
69 PASS ninth.selectionStart is 12 72 PASS ninth.selectionStart is 12
70 PASS ninth.selectionEnd is 19 73 PASS ninth.selectionEnd is 19
71 PASS ninth.selectionStart is 0 74 PASS ninth.selectionStart is 0
72 PASS ninth.selectionEnd is 19 75 PASS ninth.selectionEnd is 19
73 PASS successfullyParsed is true
74 76
75 TEST COMPLETE
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698