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

Side by Side Diff: LayoutTests/editing/undo/undo-delete-expected.txt

Issue 43143003: Undo of delete/forward-delete of text should not select the deleted text on non-mac platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Function name modified and Tests/Expectations updated Created 7 years, 1 month 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 mac 1 mac
2 PASS selection.anchorNode.data is "This word should be selected." 2 PASS selection.anchorNode.data is "This word should be selected only on mac."
3 PASS selection.anchorOffset is 9 3 PASS selection.anchorOffset is 9
4 PASS selection.focusNode.data is "This word should be selected." 4 PASS selection.focusNode.data is "This word should be selected only on mac."
5 PASS selection.focusOffset is 5 5 PASS selection.focusOffset is 5
6 PASS selection.toString() is "word" 6 PASS selection.toString() is "word"
7 win 7 win
8 PASS selection.anchorNode.data is "This word should be selected." 8 PASS selection.anchorNode.data is "This word should be selected only on mac."
9 PASS selection.anchorOffset is 9 9 PASS selection.anchorOffset is 9
10 PASS selection.focusNode.data is "This word should be selected." 10 PASS selection.focusNode.data is "This word should be selected only on mac."
11 PASS selection.focusOffset is 5 11 PASS selection.focusOffset is 9
12 PASS selection.toString() is "word" 12 PASS selection.toString() is ""
13 unix 13 unix
14 PASS selection.anchorNode.data is "This word should be selected." 14 PASS selection.anchorNode.data is "This word should be selected only on mac."
15 PASS selection.anchorOffset is 9 15 PASS selection.anchorOffset is 9
16 PASS selection.focusNode.data is "This word should be selected." 16 PASS selection.focusNode.data is "This word should be selected only on mac."
17 PASS selection.focusOffset is 5 17 PASS selection.focusOffset is 9
18 PASS selection.toString() is "word" 18 PASS selection.toString() is ""
19 android 19 android
20 PASS selection.anchorNode.data is "This word should be selected." 20 PASS selection.anchorNode.data is "This word should be selected only on mac."
21 PASS selection.anchorOffset is 9 21 PASS selection.anchorOffset is 9
22 PASS selection.focusNode.data is "This word should be selected." 22 PASS selection.focusNode.data is "This word should be selected only on mac."
23 PASS selection.focusOffset is 5 23 PASS selection.focusOffset is 9
24 PASS selection.toString() is "word" 24 PASS selection.toString() is ""
25 PASS successfullyParsed is true 25 PASS successfullyParsed is true
26 26
27 TEST COMPLETE 27 TEST COMPLETE
28 28
OLDNEW
« no previous file with comments | « LayoutTests/editing/undo/undo-delete-boundary-expected.txt ('k') | LayoutTests/editing/undo/undo-forward-delete.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698