Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / interchange-newline-3-expected.txt
blobd4d4e4ccb849013936310e97602323d87eb183e2
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 This demonstrates a bug in interchange newline handling during paste.
5 There is an interchange newline at the end of the incoming fragment and so the caret should end up on an empty line.
6 The editable region is followed by non-editable content, which breaks the old code in paste that handled interchange newlines.
7 | "
9 | <div>
10 |   contenteditable="true"
11 |   id="test"
12 |   "foo"
13 |   <div>
14 |     "bar"
15 |   <div>
16 |     <#selection-caret>
17 |     <br>
18 | "
19 This is non-editable content.
22 | <script>
23 |   "
24 runTest();