Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/paste-table-002-expected.txt

Issue 2370683002: Convert editing/pasteboard/paste-table-002.html to use w3c test harness (Closed)
Patch Set: 2016-09-26T15:49:39 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698