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 bo
ttom 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 bo
ttom 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 bottom edge of the table cell: | 11 Executing for element tr1-td1 on the bottom edge of the table cell: |
9 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr1-td1' | 12 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr1-td1' |
10 PASS document.elementFromPoint(middleX, edge).id is 'tr2-td1' | 13 PASS document.elementFromPoint(middleX, edge).id is 'tr2-td1' |
11 PASS document.elementFromPoint(middleX, edge + 1).id is 'tr2-td1' | 14 PASS document.elementFromPoint(middleX, edge + 1).id is 'tr2-td1' |
12 Executing for element tr1-td2 on the bottom edge of the table cell: | 15 Executing for element tr1-td2 on the bottom edge of the table cell: |
13 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr1-td1' | 16 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr1-td1' |
14 PASS document.elementFromPoint(middleX, edge).id is 'tr2-td1' | 17 PASS document.elementFromPoint(middleX, edge).id is 'tr2-td1' |
15 PASS document.elementFromPoint(middleX, edge + 1).id is 'tr2-td1' | 18 PASS document.elementFromPoint(middleX, edge + 1).id is 'tr2-td1' |
16 Executing for element tr1-td3 on the bottom edge of the table cell: | 19 Executing for element tr1-td3 on the bottom edge of the table cell: |
17 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr1-td1' | 20 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr1-td1' |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 PASS document.elementFromPoint(middleX, edge - 1).id is '' | 68 PASS document.elementFromPoint(middleX, edge - 1).id is '' |
66 PASS document.elementFromPoint(middleX, edge).id is '' | 69 PASS document.elementFromPoint(middleX, edge).id is '' |
67 PASS document.elementFromPoint(middleX, edge + 1).id is '' | 70 PASS document.elementFromPoint(middleX, edge + 1).id is '' |
68 Executing for element tr4-td4 on the bottom edge of the table cell: | 71 Executing for element tr4-td4 on the bottom edge of the table cell: |
69 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr4-td4' | 72 PASS document.elementFromPoint(middleX, edge - 1).id is 'tr4-td4' |
70 PASS document.elementFromPoint(middleX, edge).id is '' | 73 PASS document.elementFromPoint(middleX, edge).id is '' |
71 PASS document.elementFromPoint(middleX, edge + 1).id is '' | 74 PASS document.elementFromPoint(middleX, edge + 1).id is '' |
72 PASS successfullyParsed is true | 75 PASS successfullyParsed is true |
73 | 76 |
74 TEST COMPLETE | 77 TEST COMPLETE |
75 PASS successfullyParsed is true | |
76 | |
77 TEST COMPLETE | |
78 | 78 |
OLD | NEW |