Index: third_party/WebKit/LayoutTests/editing/pasteboard/paste-table-002-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/paste-table-002-expected.txt b/third_party/WebKit/LayoutTests/editing/pasteboard/paste-table-002-expected.txt |
deleted file mode 100644 |
index ac21e025f17e32a70ca74aa2c6bd2ea3134e95ee..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/paste-table-002-expected.txt |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
-Problem: copy/pasting some HTML including tables can give rise to a <div> element as the first child of the table element. This is invalid. |
-abcdef |
-foo bar |
-ghijk |
-<div id="test" class="editing"> <div>abcdef<div style="text-align: center;"><table><tbody><tr><td>foo</td><td>bar</td></tr></tbody></table>ghijk</div> </div> </div> |