| Index: LayoutTests/editing/undo/undo-combined-delete-boundary-expected.txt
|
| diff --git a/LayoutTests/editing/undo/undo-combined-delete-boundary-expected.txt b/LayoutTests/editing/undo/undo-combined-delete-boundary-expected.txt
|
| index 224cdeb27399b300b0f98c785e89777c62a2892b..f7166c5339eaf01531ed935308b848f0895fac63 100644
|
| --- a/LayoutTests/editing/undo/undo-combined-delete-boundary-expected.txt
|
| +++ b/LayoutTests/editing/undo/undo-combined-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.anchorOffset is 7
|
| +PASS selection.focusNode.data is "This wo"
|
| +PASS selection.focusOffset is 7
|
| +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.anchorOffset is 7
|
| +PASS selection.focusNode.data is "This wo"
|
| +PASS selection.focusOffset is 7
|
| +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.anchorOffset is 7
|
| +PASS selection.focusNode.data is "This wo"
|
| +PASS selection.focusOffset is 7
|
| +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
|
|
|