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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/format-block-expected.txt

Issue 2448373003: Convert editing/execCommand/format-block.html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T14:32:42 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/format-block.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/format-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-expected.txt
deleted file mode 100644
index af8a4329be1be6d60134d4fe341cca7144a0190e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-expected.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-This test uses FormatBlock to modify three of the paragraphs below
-
-Before FormatBlock:
-| "
-"
-| <p>
-| id="item1"
-| "Make Pre"
-| "
-"
-| <br>
-| "
-"
-| <div>
-| "Foo"
-| <br>
-| <span>
-| id="item2"
-| "Make h1"
-| <br>
-| "baz"
-| "
-"
-| <br>
-| "
-"
-| <address>
-| id="item3"
-| "Attempt to apply the current formatting here"
-| "
-"
-
-After FormatBlock:
-| "
-"
-| <pre>
-| "Make Pre"
-| "
-"
-| <br>
-| "
-"
-| <div>
-| "Foo"
-| <br>
-| <h1>
-| <span>
-| id="item2"
-| "Make h1"
-| "baz"
-| "
-"
-| <br>
-| "
-"
-| <address>
-| id="item3"
-| "<#selection-caret>Attempt to apply the current formatting here"
-| "
-"
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/format-block.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698