Index: LayoutTests/platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt |
diff --git a/LayoutTests/editing/deleting/delete-by-word-002-expected.txt b/LayoutTests/platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt |
similarity index 87% |
copy from LayoutTests/editing/deleting/delete-by-word-002-expected.txt |
copy to LayoutTests/platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt |
index 8e804ab67884a0273bc358527da678489298dfe5..56e8bec7dc87bc6c141c6e59c8d030870c323f80 100644 |
--- a/LayoutTests/editing/deleting/delete-by-word-002-expected.txt |
+++ b/LayoutTests/platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt |
@@ -3,11 +3,11 @@ EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: shouldDeleteDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 7 of #text > DIV > DIV > BODY > HTML > #document |
+EDITING DELEGATE: shouldDeleteDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 8 of #text > DIV > DIV > BODY > HTML > #document |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 4 of #text > DIV > DIV > BODY > HTML > #document toDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 7 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 4 of #text > DIV > DIV > BODY > HTML > #document toDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 8 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
Tests: |
@@ -16,5 +16,5 @@ Expected Results: |
It should like this, with the word "two" selected: |
one two three four |
one two three four |
-DeleteWord: <div id="test" class="editing">one three four</div> |
+DeleteWord: <div id="test" class="editing">one three four</div> |
execUndoCommand: <div id="test" class="editing">one two three four</div> |