Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / 4895428-4-expected.txt
blob0eb9e4733808123afccda09b09558d6e66f17f1f
1 This tests to see if an editable selection containing a focusable node is draggable by content inside that focusable node. To achieve this we delay focus of such nodes until mouse up. Below, the table should be inside the red bordered div.
2 | "
4 | <div>
5 |   contenteditable="true"
6 |   id="div"
7 |   style="border: 1px solid blue;"
8 |   "
10 |   "
12 | "
14 | <div>
15 |   contenteditable="true"
16 |   id="destination"
17 |   style="border: 1px solid red;"
18 |   <#selection-anchor>
19 |   <table>
20 |     border="1"
21 |     <tbody>
22 |       <tr>
23 |         <td>
24 |           contenteditable="true"
25 |           id="cell"
26 |           "editable<#selection-focus>"
27 | "
29 | <ul>
30 |   id="console"
31 | "