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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 months 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
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 11 matching lines...) Expand all
22 22
23 1) Hit tab, only the word "SUCCESS" should be selected: 23 1) Hit tab, only the word "SUCCESS" should be selected:
24 2) Hit Ctrl-Option-J (or Alt-J on Windows), only the word "SUCCESS" should be se lected: 24 2) Hit Ctrl-Option-J (or Alt-J on Windows), only the word "SUCCESS" should be se lected:
25 3) , only the word "SUCCESS" should be selected: 25 3) , only the word "SUCCESS" should be selected:
26 4) Click in the input field, nothing should be selected: 26 4) Click in the input field, nothing should be selected:
27 5) Click this label, only the word "SUCCESS" should be selected: 27 5) Click this label, only the word "SUCCESS" should be selected:
28 6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be se lected: 28 6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be se lected:
29 7) , only the word "SUCCESS" should be selected: 29 7) , only the word "SUCCESS" should be selected:
30 8) , only the word "SUCCESS" should be selected: 30 8) , only the word "SUCCESS" should be selected:
31 31
32
33 9) Hit Ctrl-Option-I (or Alt-I on Windows), only the word "SUCCESS" should be se lected: 32 9) Hit Ctrl-Option-I (or Alt-I on Windows), only the word "SUCCESS" should be se lected:
34 33
35
36 PASS successfullyParsed is true 34 PASS successfullyParsed is true
37 35
38 TEST COMPLETE 36 TEST COMPLETE
39 PASS first.selectionStart is 11 37 PASS first.selectionStart is 11
40 PASS first.selectionEnd is 18 38 PASS first.selectionEnd is 18
41 PASS first.selectionStart is 11 39 PASS first.selectionStart is 11
42 PASS first.selectionEnd is 18 40 PASS first.selectionEnd is 18
43 PASS second.selectionStart is 11 41 PASS second.selectionStart is 11
44 PASS second.selectionEnd is 18 42 PASS second.selectionEnd is 18
45 PASS second.selectionStart is 11 43 PASS second.selectionStart is 11
(...skipping 20 matching lines...) Expand all
66 PASS seventh.selectionEnd is 18 64 PASS seventh.selectionEnd is 18
67 PASS eighth.selectionStart is 11 65 PASS eighth.selectionStart is 11
68 PASS eighth.selectionEnd is 18 66 PASS eighth.selectionEnd is 18
69 PASS eighth.selectionStart is 11 67 PASS eighth.selectionStart is 11
70 PASS eighth.selectionEnd is 18 68 PASS eighth.selectionEnd is 18
71 PASS ninth.selectionStart is 11 69 PASS ninth.selectionStart is 11
72 PASS ninth.selectionEnd is 18 70 PASS ninth.selectionEnd is 18
73 PASS ninth.selectionStart is 11 71 PASS ninth.selectionStart is 11
74 PASS ninth.selectionEnd is 18 72 PASS ninth.selectionEnd is 18
75 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698