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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-by-word-001-expected.txt

Issue 2252153004: Convert editing/delete-by-word-00[12].html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-08-18T16:31:46 Created 4 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
OLDNEW
(Empty)
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
11 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
20 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
21 Tests:
22 Option-delete when a typing command is open.
23 Expected Results:
24 Net result is a third "cha". It should like this:
25 one two cha cha cha three four cha cha cha
26 one two cha cha cha three four cha cha cha
27 execTypeCharacterCommand: <div id="test" class="editing"> one two &nbsp;cha cha three four cha cha cha </div>
28 execTypeCharacterCommand: <div id="test" class="editing"> one two a cha cha thre e four cha cha cha </div>
29 execTypeCharacterCommand: <div id="test" class="editing"> one two ab cha cha thr ee four cha cha cha </div>
30 execTypeCharacterCommand: <div id="test" class="editing"> one two abc cha cha th ree four cha cha cha </div>
31 DeleteWord: <div id="test" class="editing"> one two &nbsp;cha cha three four cha cha cha </div>
32 execTypeCharacterCommand: <div id="test" class="editing"> one two c cha cha thre e four cha cha cha </div>
33 execTypeCharacterCommand: <div id="test" class="editing"> one two ch cha cha thr ee four cha cha cha </div>
34 execTypeCharacterCommand: <div id="test" class="editing"> one two cha cha cha th ree four cha cha cha </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698