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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/remove-formatting-expected.txt

Issue 2452003002: Convert editing/deleting/remove-formatting.html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T17:13:06 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/execCommand/remove-formatting.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/execCommand/remove-formatting-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/remove-formatting-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/remove-formatting-expected.txt
deleted file mode 100644
index 4844a0b816d8fa1a777e571990153ad2edd46195..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/execCommand/remove-formatting-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-This is a test for execCommand("RemoveFormat"). It demonstrates a bug: everything in the editable region below should be selected, as everything was selected before Remove Format was performed.
-
-markup:
-| "
-"
-| "<#selection-anchor>foo"
-| <a>
-| href="http://www.google.com/"
-| "bar"
-| "baz"
-| <br>
-| "
-"
-| <table>
-| border="1"
-| <tbody>
-| <tr>
-| <td>
-| "foo"
-| <td>
-| "bar"
-| <td>
-| "baz"
-| "
-"
-| "foo"
-| "bar"
-| "baz<#selection-focus>"
-| <br>
-| "
-"
-
-console:
-|
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/remove-formatting.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698