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

Unified Diff: LayoutTests/editing/undo/undo-forward-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, 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-boundary-expected.txt
diff --git a/LayoutTests/editing/undo/undo-forward-delete-boundary-expected.txt b/LayoutTests/editing/undo/undo-forward-delete-boundary-expected.txt
index 224cdeb27399b300b0f98c785e89777c62a2892b..eba38e0719956b73ff87552554658cac8b43a394 100644
--- a/LayoutTests/editing/undo/undo-forward-delete-boundary-expected.txt
+++ b/LayoutTests/editing/undo/undo-forward-delete-boundary-expected.txt
@@ -4,28 +4,28 @@ PASS selection.anchorOffset is 5
PASS selection.focusNode.data is "rd "
PASS selection.focusOffset is 2
PASS selection.toString() is "word"
-PASS $("test").innerHTML is "This wo<b>rd </b>should be selected."
+PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
win
PASS selection.anchorNode.data is "This wo"
PASS selection.anchorOffset is 5
-PASS selection.focusNode.data is "rd "
-PASS selection.focusOffset is 2
-PASS selection.toString() is "word"
-PASS $("test").innerHTML is "This wo<b>rd </b>should be selected."
+PASS selection.focusNode.data is "This wo"
+PASS selection.focusOffset is 5
+PASS selection.toString() is ""
+PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
unix
PASS selection.anchorNode.data is "This wo"
PASS selection.anchorOffset is 5
-PASS selection.focusNode.data is "rd "
-PASS selection.focusOffset is 2
-PASS selection.toString() is "word"
-PASS $("test").innerHTML is "This wo<b>rd </b>should be selected."
+PASS selection.focusNode.data is "This wo"
+PASS selection.focusOffset is 5
+PASS selection.toString() is ""
+PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
android
PASS selection.anchorNode.data is "This wo"
PASS selection.anchorOffset is 5
-PASS selection.focusNode.data is "rd "
-PASS selection.focusOffset is 2
-PASS selection.toString() is "word"
-PASS $("test").innerHTML is "This wo<b>rd </b>should be selected."
+PASS selection.focusNode.data is "This wo"
+PASS selection.focusOffset is 5
+PASS selection.toString() is ""
+PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/editing/undo/undo-forward-delete-boundary.html ('k') | LayoutTests/editing/undo/undo-forward-delete-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698