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 |