Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / forward-delete-at-table-cell-ending-expected.txt
bloba24d99eaecd812c6b0313f7d340011f254172b24
1 This test verifies that forward delete at the end of a table-cell is a no-op. The first dump verifies that the caret stays after 'abc'. The second dump verifies that the caret stays after 'def', and doesn't select the nested table.
3 Dump of markup 1:
4 | <table>
5 |   border="1"
6 |   <tbody>
7 |     <tr>
8 |       <td>
9 |         id="first"
10 |         "abc<#selection-caret>"
11 |       <td>
12 |         id="second"
13 |         "def"
14 |       <td>
15 |         <table>
16 |           <tbody>
17 |             <tr>
18 |               <td>
19 |                 "ghi"
20 |               <td>
21 |                 "jkl"
23 Dump of markup 2:
24 | <table>
25 |   border="1"
26 |   <tbody>
27 |     <tr>
28 |       <td>
29 |         id="first"
30 |         "abc"
31 |       <td>
32 |         id="second"
33 |         "def<#selection-caret>"
34 |       <td>
35 |         <table>
36 |           <tbody>
37 |             <tr>
38 |               <td>
39 |                 "ghi"
40 |               <td>
41 |                 "jkl"