Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / 5206311-2-expected.txt
blobf1f7d7d28d25882267b8ffc0fb6db09079ba3be1
2 The test deletes cells 5 through 9.
3 Since all the cells in the third row were deleted, the third row is removed.
4 The cells in the second row are not removed because not all of them are deleted.
5 The second cell, which used to contain '5', is replaced with the 'world!' text, and the third cell is cleared:
6 | "
8 | <table>
9 |   border="1"
10 |   "
12 |   <tbody>
13 |     <tr>
14 |       <td>
15 |         "1"
16 |       <td>
17 |         "2"
18 |       <td>
19 |         "3"
20 |     "
22 |     <tr>
23 |       <td>
24 |         "4"
25 |       <td>
26 |         class="start"
27 |         "<#selection-caret>world!"
28 |         <br>
29 |       <td>
30 |         <br>
31 | "
35 This test deletes cells 5 through 9 of the first table and 1 through 5 of the second.
36 In the first table, cells 5-6 in the second row are cleared and the last row (cells 7-9) is removed.
37 In the second table, the first row (cells 1-3) is removed and cells 4-5 in the second row are cleared:
38 | "
40 | <table>
41 |   border="1"
42 |   "
44 |   <tbody>
45 |     <tr>
46 |       <td>
47 |         "1"
48 |       <td>
49 |         "2"
50 |       <td>
51 |         "3"
52 |     "
54 |     <tr>
55 |       <td>
56 |         "4"
57 |       <td>
58 |         class="start"
59 |         <#selection-caret>
60 |         <br>
61 |       <td>
62 |         <br>
63 | <table>
64 |   border="1"
65 |   <tbody>
66 |     <tr>
67 |       <td>
68 |         <br>
69 |       <td>
70 |         class="end"
71 |         <br>
72 |       <td>
73 |         "6"
74 |     "
76 |     <tr>
77 |       <td>
78 |         "7"
79 |       <td>
80 |         "8"
81 |       <td>
82 |         "9"
83 |     "
85 | "