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

Unified Diff: LayoutTests/editing/undo/undo-forward-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, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/undo/undo-forward-delete-expected.txt
diff --git a/LayoutTests/editing/undo/undo-forward-delete-expected.txt b/LayoutTests/editing/undo/undo-forward-delete-expected.txt
index 42c1527cceb00ff5190a638912befb86cecb66d7..a695a17d3b995af77e119684f694da947f5bb4bb 100644
--- a/LayoutTests/editing/undo/undo-forward-delete-expected.txt
+++ b/LayoutTests/editing/undo/undo-forward-delete-expected.txt
@@ -1,27 +1,27 @@
mac
-PASS selection.anchorNode.data is "This word should be selected."
+PASS selection.anchorNode.data is "This word should be selected only on mac."
PASS selection.anchorOffset is 5
-PASS selection.focusNode.data is "This word should be selected."
+PASS selection.focusNode.data is "This word should be selected only on mac."
PASS selection.focusOffset is 9
PASS selection.toString() is "word"
win
-PASS selection.anchorNode.data is "This word should be selected."
+PASS selection.anchorNode.data is "This word should be selected only on mac."
PASS selection.anchorOffset is 5
-PASS selection.focusNode.data is "This word should be selected."
-PASS selection.focusOffset is 9
-PASS selection.toString() is "word"
+PASS selection.focusNode.data is "This word should be selected only on mac."
+PASS selection.focusOffset is 5
+PASS selection.toString() is ""
unix
-PASS selection.anchorNode.data is "This word should be selected."
+PASS selection.anchorNode.data is "This word should be selected only on mac."
PASS selection.anchorOffset is 5
-PASS selection.focusNode.data is "This word should be selected."
-PASS selection.focusOffset is 9
-PASS selection.toString() is "word"
+PASS selection.focusNode.data is "This word should be selected only on mac."
+PASS selection.focusOffset is 5
+PASS selection.toString() is ""
android
-PASS selection.anchorNode.data is "This word should be selected."
+PASS selection.anchorNode.data is "This word should be selected only on mac."
PASS selection.anchorOffset is 5
-PASS selection.focusNode.data is "This word should be selected."
-PASS selection.focusOffset is 9
-PASS selection.toString() is "word"
+PASS selection.focusNode.data is "This word should be selected only on mac."
+PASS selection.focusOffset is 5
+PASS selection.toString() is ""
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/editing/undo/undo-forward-delete-boundary-expected.txt ('k') | Source/core/editing/EditingBehavior.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698