Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / delete-across-editable-content-boundaries-2-expected.txt
blob3bcbd67480bbec4bf35d5f15bc17053524d384ea
1 This tests to see that selected non-editable nodes that are not in both the start and end editable root are preserved during a deletion.  You should see two 'Non-editable' pieces on either side of the editable piece below. <radr://problem/5026848>
2 | "
4 | <table>
5 |   contenteditable="false"
6 |   "
7     "
8 |   <tbody>
9 |     <tr>
10 |       "
11         "
12 |       <td>
13 |         "Non-editable"
14 |       "
15         "
16 |       <td>
17 |         contenteditable="true"
18 |         "Editable <#selection-caret>content"
19 |       "
20         "
21 |       <td>
22 |         "Non-editable"
23 |       "
24     "
25 |     "