| Index: LayoutTests/editing/undo/undo-delete-expected.txt
|
| diff --git a/LayoutTests/editing/undo/undo-delete-expected.txt b/LayoutTests/editing/undo/undo-delete-expected.txt
|
| index 59846b46bfe205a7c97b998ef78545a5a0d76426..ea7359b2162c2244c30f237b272229b1862aedee 100644
|
| --- a/LayoutTests/editing/undo/undo-delete-expected.txt
|
| +++ b/LayoutTests/editing/undo/undo-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 9
|
| -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 5
|
| 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 9
|
| -PASS selection.focusNode.data is "This word should be selected."
|
| -PASS selection.focusOffset is 5
|
| -PASS selection.toString() is "word"
|
| +PASS selection.focusNode.data is "This word should be selected only on mac."
|
| +PASS selection.focusOffset is 9
|
| +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 9
|
| -PASS selection.focusNode.data is "This word should be selected."
|
| -PASS selection.focusOffset is 5
|
| -PASS selection.toString() is "word"
|
| +PASS selection.focusNode.data is "This word should be selected only on mac."
|
| +PASS selection.focusOffset is 9
|
| +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 9
|
| -PASS selection.focusNode.data is "This word should be selected."
|
| -PASS selection.focusOffset is 5
|
| -PASS selection.toString() is "word"
|
| +PASS selection.focusNode.data is "This word should be selected only on mac."
|
| +PASS selection.focusOffset is 9
|
| +PASS selection.toString() is ""
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|