Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / merge-end-table-expected.txt
blobfcb004bf32daf8ba86df89989eb5fd88daa6c37c
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 a table into a position that would normally result in an end merge.
8 Before insertion:
9 | "xx"
11 After insertion:
12 | "x"
13 | <table>
14 |   border="1"
15 |   <tbody>
16 |     <tr>
17 |       <td>
18 |         "1"
19 |       <td>
20 |         "2<#selection-caret>"
21 | "x"