Index: LayoutTests/editing/pasteboard/paste-plaintext-user-select-none-expected.txt |
diff --git a/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none-expected.txt b/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none-expected.txt |
index 74ca74480548f4b4c7c57409fc683397dee7d199..4289144f620a52539111e3f4d4ed719f52347908 100644 |
--- a/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none-expected.txt |
+++ b/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none-expected.txt |
@@ -1,11 +1,6 @@ |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document |
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification |
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: shouldInsertText:Test Passed replacingDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted |
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 11 of #text > DIV > BODY > HTML > #document to 11 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
This tests that you can paste into a plain-text editable area even if the body has user-select:none set on it. |