| 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>
|
| -| "
|
| -"
|
|
|