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

Side by Side Diff: LayoutTests/editing/undo/undo-delete-boundary-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 "rd " 2 PASS selection.anchorNode.data is "rd "
3 PASS selection.anchorOffset is 2 3 PASS selection.anchorOffset is 2
4 PASS selection.focusNode.data is "This wo" 4 PASS selection.focusNode.data is "This wo"
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 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." 7 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
8 win 8 win
9 PASS selection.anchorNode.data is "rd " 9 PASS selection.anchorNode.data is "rd "
10 PASS selection.anchorOffset is 2 10 PASS selection.anchorOffset is 2
11 PASS selection.focusNode.data is "This wo" 11 PASS selection.focusNode.data is "rd "
12 PASS selection.focusOffset is 5 12 PASS selection.focusOffset is 2
13 PASS selection.toString() is "word" 13 PASS selection.toString() is ""
14 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." 14 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
15 unix 15 unix
16 PASS selection.anchorNode.data is "rd " 16 PASS selection.anchorNode.data is "rd "
17 PASS selection.anchorOffset is 2 17 PASS selection.anchorOffset is 2
18 PASS selection.focusNode.data is "This wo" 18 PASS selection.focusNode.data is "rd "
19 PASS selection.focusOffset is 5 19 PASS selection.focusOffset is 2
20 PASS selection.toString() is "word" 20 PASS selection.toString() is ""
21 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." 21 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
22 android 22 android
23 PASS selection.anchorNode.data is "rd " 23 PASS selection.anchorNode.data is "rd "
24 PASS selection.anchorOffset is 2 24 PASS selection.anchorOffset is 2
25 PASS selection.focusNode.data is "This wo" 25 PASS selection.focusNode.data is "rd "
26 PASS selection.focusOffset is 5 26 PASS selection.focusOffset is 2
27 PASS selection.toString() is "word" 27 PASS selection.toString() is ""
28 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." 28 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
29 PASS successfullyParsed is true 29 PASS successfullyParsed is true
30 30
31 TEST COMPLETE 31 TEST COMPLETE
32 32
OLDNEW
« no previous file with comments | « LayoutTests/editing/undo/undo-delete-boundary.html ('k') | LayoutTests/editing/undo/undo-delete-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698