Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / merge-end-table-2-expected.txt
blobcaf58bc55f9d5ad75348402388660530802ef0b1
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 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.
8 Before insertion:
9 | <tbody>
10 |   <tr>
11 |     <td>
12 |       <div>
13 |         id="test2"
14 |         "Item 1"
15 |     <td>
16 |       "Item 2"
18 After insertion:
19 | <tbody>
20 |   <tr>
21 |     <td>
22 |       <div>
23 |         id="test2"
24 |         "Itemfoo"
25 |       <div>
26 |         id="test2"
27 |         "bar<#selection-caret> 1"
28 |     <td>
29 |       "Item 2"