Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / editing / pasteboard / merge-end-table-2-expected.txt
blob5c798ef1bd0bc5872cdbac4fbbec39c4ba571fad
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 This tests pasting text into a table cell.  The last bit of content in the incoming fragment should be merged with the paragraph after the position being pasted into.
9 Before insertion:
10 | <tbody>
11 |   <tr>
12 |     <td>
13 |       <div>
14 |         id="test2"
15 |         "Item 1"
16 |     <td>
17 |       "Item 2"
19 After insertion:
20 | <tbody>
21 |   <tr>
22 |     <td>
23 |       <div>
24 |         id="test2"
25 |         "Item foo"
26 |       <div>
27 |         id="test2"
28 |         "bar<#selection-caret>1"
29 |     <td>
30 |       "Item 2"