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