Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / backspace-at-table-cell-beginning-expected.txt
blob964356a51c9d85ae38a85b2f4ef47acee68fd985
1 This test verifies that backspace at the beginning of a table-cell is a no-op. The first dump verifies that the caret stays before 'abc', and doesn't select the nested table. The second dump verifies that the caret stays before 'def'.
3 Dump of markup 1:
4 | <table>
5 |   <tbody>
6 |     <tr>
7 |       <td>
8 |         <table>
9 |           <tbody>
10 |             <tr>
11 |               <td>
12 |                 "ghi"
13 |               <td>
14 |                 "jkl"
15 |       <td>
16 |         id="first"
17 |         "<#selection-caret>abc"
18 |       <td>
19 |         id="second"
20 |         "def"
22 Dump of markup 2:
23 | <table>
24 |   <tbody>
25 |     <tr>
26 |       <td>
27 |         <table>
28 |           <tbody>
29 |             <tr>
30 |               <td>
31 |                 "ghi"
32 |               <td>
33 |                 "jkl"
34 |       <td>
35 |         id="first"
36 |         "abc"
37 |       <td>
38 |         id="second"
39 |         "<#selection-caret>def"