Index: third_party/WebKit/LayoutTests/editing/execCommand/format-block-with-braces-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-with-braces-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-with-braces-expected.txt |
deleted file mode 100644 |
index 3b4e7e38171d0c758d9e7dbe9a0863cf87465fb3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-with-braces-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
-This test uses FormatBlock with html brackets in the tag string passed to execCommand. |
- |
-Before FormatBlock with <h1>: |
-| " |
-Format Me |
-" |
- |
-After FormatBlock with <h1>: |
-| <h1> |
-| " |
-<#selection-caret>Format Me |
-" |