| OLD | NEW |
| 1 | 1 |
| 2 The test deletes cells 5 through 9. | 2 The test deletes cells 5 through 9. |
| 3 Since all the cells in the third row were deleted, the third row is removed. | 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. | 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: | 5 The second cell, which used to contain '5', is replaced with the 'world!' text,
and the third cell is cleared: |
| 6 | " | 6 | " |
| 7 " | 7 " |
| 8 | <table> | 8 | <table> |
| 9 | border="1" | 9 | border="1" |
| 10 | " | 10 | " |
| 11 " | 11 " |
| 12 | <tbody> | 12 | <tbody> |
| 13 | <tr> | 13 | <tr> |
| 14 | <td> | 14 | <td> |
| 15 | "1" | 15 | "1" |
| 16 | <td> | 16 | <td> |
| 17 | "2" | 17 | "2" |
| 18 | <td> | 18 | <td> |
| 19 | "3" | 19 | "3" |
| 20 | " | 20 | " |
| 21 " | 21 " |
| 22 | <tr> | 22 | <tr> |
| 23 | <td> | 23 | <td> |
| 24 | "4" | 24 | "4" |
| 25 | <td> | 25 | <td> |
| 26 | class="start" | 26 | class="start" |
| 27 | "<#selection-caret>world!" | 27 | "<#selection-caret>world!" |
| 28 | <br> | 28 | <br> |
| 29 | <td> | 29 | <td> |
| 30 | <br> | |
| 31 | " | 30 | " |
| 32 " | 31 " |
| 33 | 32 |
| 34 | 33 |
| 35 This test deletes cells 5 through 9 of the first table and 1 through 5 of the se
cond. | 34 This test deletes cells 5 through 9 of the first table and 1 through 5 of the se
cond. |
| 36 In the first table, cells 5-6 in the second row are cleared and the last row (ce
lls 7-9) is removed. | 35 In the first table, cells 5-6 in the second row are cleared and the last row (ce
lls 7-9) is removed. |
| 37 In the second table, the first row (cells 1-3) is removed and cells 4-5 in the s
econd row are cleared: | 36 In the second table, the first row (cells 1-3) is removed and cells 4-5 in the s
econd row are cleared: |
| 38 | " | 37 | " |
| 39 " | 38 " |
| 40 | <table> | 39 | <table> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 52 | " | 51 | " |
| 53 " | 52 " |
| 54 | <tr> | 53 | <tr> |
| 55 | <td> | 54 | <td> |
| 56 | "4" | 55 | "4" |
| 57 | <td> | 56 | <td> |
| 58 | class="start" | 57 | class="start" |
| 59 | <#selection-caret> | 58 | <#selection-caret> |
| 60 | <br> | 59 | <br> |
| 61 | <td> | 60 | <td> |
| 62 | <br> | |
| 63 | <table> | 61 | <table> |
| 64 | border="1" | 62 | border="1" |
| 65 | <tbody> | 63 | <tbody> |
| 66 | <tr> | 64 | <tr> |
| 67 | <td> | 65 | <td> |
| 68 | <br> | |
| 69 | <td> | 66 | <td> |
| 70 | class="end" | 67 | class="end" |
| 71 | <br> | |
| 72 | <td> | 68 | <td> |
| 73 | "6" | 69 | "6" |
| 74 | " | 70 | " |
| 75 " | 71 " |
| 76 | <tr> | 72 | <tr> |
| 77 | <td> | 73 | <td> |
| 78 | "7" | 74 | "7" |
| 79 | <td> | 75 | <td> |
| 80 | "8" | 76 | "8" |
| 81 | <td> | 77 | <td> |
| 82 | "9" | 78 | "9" |
| 83 | " | 79 | " |
| 84 " | 80 " |
| 85 | " | 81 | " |
| 86 " | 82 " |
| OLD | NEW |