| OLD | NEW |
| 1 Test for Bugzilla Bug 74864: There is additional space not belonged to a table b
etween the table cells. | 1 Test for Bugzilla Bug 74864: There is additional space not belonged to a table b
etween the table cells. |
| 2 | 2 |
| 3 An event generated on the edge of a table cell is not being consumed by the appr
opriate underlying element. This test verifies that the hittest result on the ri
ght edge of a table cell returns the proper underlying element. | 3 An event generated on the edge of a table cell is not being consumed by the appr
opriate underlying element. This test verifies that the hittest result on the ri
ght edge of a table cell returns the proper underlying element. |
| 4 | 4 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 6 |
| 7 | 7 |
| 8 PASS successfullyParsed is true |
| 9 |
| 10 TEST COMPLETE |
| 8 Executing for element tr1-td1 on the right edge of the table cell: | 11 Executing for element tr1-td1 on the right edge of the table cell: |
| 9 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td1' | 12 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td1' |
| 10 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td2' | 13 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td2' |
| 11 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td2' | 14 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td2' |
| 12 Executing for element tr1-td2 on the right edge of the table cell: | 15 Executing for element tr1-td2 on the right edge of the table cell: |
| 13 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td2' | 16 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td2' |
| 14 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td4' | 17 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td4' |
| 15 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td4' | 18 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td4' |
| 16 Executing for element tr1-td3 on the right edge of the table cell: | 19 Executing for element tr1-td3 on the right edge of the table cell: |
| 17 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td2' | 20 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td2' |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 PASS document.elementFromPoint(edge, middleY).id is 'tr4-td4' | 69 PASS document.elementFromPoint(edge, middleY).id is 'tr4-td4' |
| 67 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr4-td4' | 70 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr4-td4' |
| 68 Executing for element tr4-td4 on the right edge of the table cell: | 71 Executing for element tr4-td4 on the right edge of the table cell: |
| 69 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr4-td4' | 72 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr4-td4' |
| 70 PASS document.elementFromPoint(edge, middleY).id is '' | 73 PASS document.elementFromPoint(edge, middleY).id is '' |
| 71 PASS document.elementFromPoint(edge + 1, middleY).id is '' | 74 PASS document.elementFromPoint(edge + 1, middleY).id is '' |
| 72 PASS successfullyParsed is true | 75 PASS successfullyParsed is true |
| 73 | 76 |
| 74 TEST COMPLETE | 77 TEST COMPLETE |
| 75 | 78 |
| OLD | NEW |