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

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

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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
11 <input type="text"> focus selection 11 <input type="text"> focus selection
12 12
13 This test checks whether the selection is restored, cleared, or set to the full range when using different ways to focus a text field. These results all match M ozilla, except test 6, which selects the whole field contents to match all other cases of keyboard focus. When running manually, please follow the steps below. In the test harness, the test runs automatically. 13 This test checks whether the selection is restored, cleared, or set to the full range when using different ways to focus a text field. These results all match M ozilla, except test 6, which selects the whole field contents to match all other cases of keyboard focus. When running manually, please follow the steps below. In the test harness, the test runs automatically.
14 14
15 1) Hit tab, the whole phrase "SUCCESS and SUCCESS" should be selected: 15 1) Hit tab, the whole phrase "SUCCESS and SUCCESS" should be selected:
16 2) Hit Ctrl-Option-J (or Alt-J on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected: 16 2) Hit Ctrl-Option-J (or Alt-J on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected:
17 3) , only the word "SUCCESS" should be selected: 17 3) , only the word "SUCCESS" should be selected:
18 4) Click in the input field, nothing should be selected: 18 4) Click in the input field, nothing should be selected:
19 5) Click this label, only the word "SUCCESS" should be selected: 19 5) Click this label, only the word "SUCCESS" should be selected:
20 6) Hit Ctrl-Option-U (or Alt-U on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected: 20 6) Hit Ctrl-Option-U (or Alt-U on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected:
21 7) , only the word "SUCCESS" should be selected: 21 7) , only the word "SUCCESS" should be selected:
22 8) , the whole phrase "SUCCESS and SUCCESS" should be selected: 22 8) , the whole phrase "SUCCESS and SUCCESS" should be selected:
23 23
24 24
25 9) Hit Ctrl-Option-I (or Alt-I on Windows), the whole phrase "SUCCESS and SUCCES S" should be selected: 25 9)Hit Ctrl-Option-I (or Alt-I on Windows), the whole phrase "SUCCESS and SUCCESS " should be selected:
26 26
27 27
28 PASS successfullyParsed is true 28 PASS successfullyParsed is true
29 29
30 TEST COMPLETE 30 TEST COMPLETE
31 PASS first.selectionStart is 12 31 PASS first.selectionStart is 12
32 PASS first.selectionEnd is 19 32 PASS first.selectionEnd is 19
33 PASS first.selectionStart is 0 33 PASS first.selectionStart is 0
34 PASS first.selectionEnd is 19 34 PASS first.selectionEnd is 19
35 PASS second.selectionStart is 11 35 PASS second.selectionStart is 11
(...skipping 22 matching lines...) Expand all
58 PASS seventh.selectionEnd is 18 58 PASS seventh.selectionEnd is 18
59 PASS eighth.selectionStart is 12 59 PASS eighth.selectionStart is 12
60 PASS eighth.selectionEnd is 19 60 PASS eighth.selectionEnd is 19
61 PASS eighth.selectionStart is 0 61 PASS eighth.selectionStart is 0
62 PASS eighth.selectionEnd is 19 62 PASS eighth.selectionEnd is 19
63 PASS ninth.selectionStart is 12 63 PASS ninth.selectionStart is 12
64 PASS ninth.selectionEnd is 19 64 PASS ninth.selectionEnd is 19
65 PASS ninth.selectionStart is 0 65 PASS ninth.selectionStart is 0
66 PASS ninth.selectionEnd is 19 66 PASS ninth.selectionEnd is 19
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698