Index: third_party/WebKit/LayoutTests/editing/pasteboard/4242293-1-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/4242293-1-expected.txt b/third_party/WebKit/LayoutTests/editing/pasteboard/4242293-1-expected.txt |
deleted file mode 100644 |
index a5cf72b750e7315b2ef61df3813c7f58ce13b477..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/4242293-1-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
-This test ensures that createMarkup puts an interchange newline on the pasteboard for a selection ending at the end of a block. Both regions below should be visually identical. |
- |
-first region (bar and baz are copied): |
-| <div> |
-| <div> |
-| "foo" |
-| "bar" |
-| "baz" |
- |
-second region (bar and baz are pasted): |
-| "foo" |
-| <div> |
-| <div> |
-| "bar" |
-| "baz<#selection-caret>" |