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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor-expected.txt

Issue 2452553004: Convert editing/pasteboard/copy-text-with-backgroundcolor.html .html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T15:59:55 Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor-expected.txt b/third_party/WebKit/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor-expected.txt
deleted file mode 100644
index e85157fd8545ba4871d3791166886d0dd7709908..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor-expected.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-
-Markup before:
-| "
-"
-| <span>
-| style="background-color: rgb(255, 0, 0);"
-| "<#selection-caret>Red background"
-| "
-"
-| <div>
-| id="test2"
-| <span>
-| style="background-color: green;"
-| "Green background"
-| "
-"
-| <div>
-| id="test3"
-| <span>
-| style="background-color: rgb(255, 0, 0, 0);"
-| "Transparent background"
-| "
-"
-
-Markup after:
-| "
-"
-| <span>
-| style="background-color: rgb(255, 0, 0);"
-| "Red background"
-| <span>
-| style="background-color: rgb(255, 0, 0);"
-| "Red background"
-| <div>
-| id="test2"
-| <span>
-| style="background-color: green;"
-| "Green background"
-| <span>
-| style="background-color: rgb(0, 128, 0);"
-| "Green background"
-| "
-"
-| <div>
-| id="test3"
-| <span>
-| style="background-color: rgb(255, 0, 0, 0);"
-| "Transparent background"
-| "Transparent background<#selection-caret>"
-| "
-"
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698