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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt

Issue 2277673002: Convert editing/execCommand/format-block-multiple-paragraphs-in-pre.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-08-25T13:22:15 Created 4 years, 4 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/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt
deleted file mode 100644
index 990f9748df5568a831aa13d51ed3d8745403d428..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt
+++ /dev/null
@@ -1,76 +0,0 @@
-This tests ensures formatBlock removes a pre when formatting multiple paragraphs inside the pre.
-
-Formatting all paragraphs by h3 yields:
-| "
-"
-| <h3>
-| "hello"
-| <br>
-| "
-"
-| "world"
-| <br>
-| "
-"
-| "webkit"
-| "
-"
-
-Undo yields:
-| "
-"
-| <pre>
-| "<#selection-anchor>hello
-
-world
-
-webkit<#selection-focus>
-"
-| "
-"
-
-Formatting all but the last paragraph by h3 yields:
-| "
-"
-| <pre>
-| <h3>
-| "<#selection-anchor>hello"
-| "
-"
-| "world"
-| "
-"
-| "<#selection-focus>webkit
-"
-| "
-"
-
-Undo yields:
-| "
-"
-| <pre>
-| "<#selection-anchor>hello
-
-world
-
-<#selection-focus>webkit
-"
-| "
-"
-
-Formatting all but the first paragraph by h3 yields:
-| "
-"
-| <pre>
-| "hello
-"
-| <h3>
-| "
-"
-| "world"
-| "
-"
-| "webkit"
-| <#selection-caret>
-| "
-"

Powered by Google App Engine
This is Rietveld 408576698