Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / interchange-newline-4-expected.txt
blob5b6f2265e065f3cecae31b56f36bd3918fb066cf
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
5 This tests for a bug where pasted content starting with an interchange newline would end up
6 outside of the editable region where it was pasted. You should see 'foo\nbar' below.
7 | "
9 | <div>
10 |   contenteditable="true"
11 |   id="test"
12 |   "foo"
13 |   <div>
14 |     "bar<#selection-caret>"
15 |     <br>
16 | "
17 non-editable
19 | <script>
20 |   "
21 runTest();