Index: LayoutTests/platform/mac/editing/deleting/delete-cell-contents-win-expected.txt |
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-cell-contents-win-expected.txt b/LayoutTests/platform/mac/editing/deleting/delete-cell-contents-win-expected.txt |
index c9fdebe9d054c7fbb73e2d8796602ec9853cbb36..d87c2096881dd8650863e3cf0a48cdf8d2025079 100644 |
--- a/LayoutTests/platform/mac/editing/deleting/delete-cell-contents-win-expected.txt |
+++ b/LayoutTests/platform/mac/editing/deleting/delete-cell-contents-win-expected.txt |
@@ -1,13 +1,9 @@ |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document |
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 3 of #text > A > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document |
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 0 of TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document toDOMRange:range from 0 of TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 0 of TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
This tests for a crasher when deleting contents of a table cell. <radr://problem/4845371> |