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

Side by Side Diff: LayoutTests/fast/forms/focus-selection-textarea-expected.txt

Issue 424973003: Don't clear selection on focus change except for text form control element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2014-08-13T13:21:11 Created 6 years, 4 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
« no previous file with comments | « LayoutTests/fast/forms/focus-selection-input-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 16 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
18 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 18 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
19 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
20 <textarea> focus selection 19 <textarea> focus selection
21 20
22 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. 21 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.
23 22
24 1) Hit tab, only the word "SUCCESS" should be selected: 23 1) Hit tab, only the word "SUCCESS" should be selected:
25 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:
26 3) , only the word "SUCCESS" should be selected: 25 3) , only the word "SUCCESS" should be selected:
27 4) Click in the input field, nothing should be selected: 26 4) Click in the input field, nothing should be selected:
28 5) Click this label, only the word "SUCCESS" should be selected: 27 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: 28 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
67 PASS seventh.selectionEnd is 18 66 PASS seventh.selectionEnd is 18
68 PASS eighth.selectionStart is 11 67 PASS eighth.selectionStart is 11
69 PASS eighth.selectionEnd is 18 68 PASS eighth.selectionEnd is 18
70 FAIL eighth.selectionStart should be 11. Was 0. 69 FAIL eighth.selectionStart should be 11. Was 0.
71 FAIL eighth.selectionEnd should be 18. Was 0. 70 FAIL eighth.selectionEnd should be 18. Was 0.
72 PASS ninth.selectionStart is 11 71 PASS ninth.selectionStart is 11
73 PASS ninth.selectionEnd is 18 72 PASS ninth.selectionEnd is 18
74 PASS ninth.selectionStart is 11 73 PASS ninth.selectionStart is 11
75 PASS ninth.selectionEnd is 18 74 PASS ninth.selectionEnd is 18
76 75
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/focus-selection-input-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698