| Index: third_party/WebKit/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt b/third_party/WebKit/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt
|
| deleted file mode 100644
|
| index 6d9245f4ed97b9ff1ec51d88d32b1dde13bbe614..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt
|
| +++ /dev/null
|
| @@ -1,82 +0,0 @@
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -This tests for a bug where deleting a paragraph in preserveNewline text would introduce an extra line. You should see '\nbar' below.
|
| -
|
| -initial state:
|
| -| <pre>
|
| -| "foo
|
| -bar"
|
| -
|
| -on mac:
|
| -| <pre>
|
| -| "<#selection-caret>
|
| -bar"
|
| -
|
| -after undo on mac:
|
| -| <pre>
|
| -| "<#selection-anchor>foo<#selection-focus>
|
| -bar"
|
| -
|
| -on win:
|
| -| <pre>
|
| -| "<#selection-caret>
|
| -bar"
|
| -
|
| -after undo on win:
|
| -| <pre>
|
| -| "<#selection-anchor>foo<#selection-focus>
|
| -bar"
|
| -
|
| -on unix:
|
| -| <pre>
|
| -| "<#selection-caret>
|
| -bar"
|
| -
|
| -after undo on unix:
|
| -| <pre>
|
| -| "<#selection-anchor>foo<#selection-focus>
|
| -bar"
|
| -
|
| -on android:
|
| -| <pre>
|
| -| "<#selection-caret>
|
| -bar"
|
| -
|
| -after undo on android:
|
| -| <pre>
|
| -| "<#selection-anchor>foo<#selection-focus>
|
| -bar"
|
|
|