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

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

Issue 2616623002: Do not send redundant selectionchange-events (decouple focus) (Closed)
Patch Set: Get Document from selection Created 3 years, 9 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
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
17 <textarea> focus selection 10 <textarea> focus selection
18 11
19 This test checks whether the selection is restored, cleared, or set to the full range when using different ways to focus a text area. These results all match Mo zilla. When running manually, please follow the steps below. In the test harness , the test runs automatically. 12 This test checks whether the selection is restored, cleared, or set to the full range when using different ways to focus a text area. These results all match Mo zilla. When running manually, please follow the steps below. In the test harness , the test runs automatically.
20 13
21 1) Hit tab, only the word "SUCCESS" should be selected: 14 1) Hit tab, only the word "SUCCESS" should be selected:
22 2) Hit Ctrl-Option-J (or Alt-J on Windows), only the word "SUCCESS" should be se lected: 15 2) Hit Ctrl-Option-J (or Alt-J on Windows), only the word "SUCCESS" should be se lected:
23 3) , only the word "SUCCESS" should be selected: 16 3) , only the word "SUCCESS" should be selected:
24 4) Click in the input field, nothing should be selected: 17 4) Click in the input field, nothing should be selected:
25 5) Click this label, only the word "SUCCESS" should be selected: 18 5) Click this label, only the word "SUCCESS" should be selected:
26 6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be se lected: 19 6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be se lected:
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 PASS seventh.selectionEnd is 18 57 PASS seventh.selectionEnd is 18
65 PASS eighth.selectionStart is 11 58 PASS eighth.selectionStart is 11
66 PASS eighth.selectionEnd is 18 59 PASS eighth.selectionEnd is 18
67 PASS eighth.selectionStart is 11 60 PASS eighth.selectionStart is 11
68 PASS eighth.selectionEnd is 18 61 PASS eighth.selectionEnd is 18
69 PASS ninth.selectionStart is 11 62 PASS ninth.selectionStart is 11
70 PASS ninth.selectionEnd is 18 63 PASS ninth.selectionEnd is 18
71 PASS ninth.selectionStart is 11 64 PASS ninth.selectionStart is 11
72 PASS ninth.selectionEnd is 18 65 PASS ninth.selectionEnd is 18
73 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698