OLD | NEW |
1 Test the case where a clickable target contains a shadow-DOM element. The adjust
ed point should snap to the location of the shadow-DOM element if close enough t
o the original touch position. | 1 Test the case where a clickable target contains a shadow-DOM element. The adjust
ed point should snap to the location of the shadow-DOM element if close enough t
o the original touch position. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS adjustedNode.id is element.id | 6 PASS adjusted node was DIV#targetDiv. |
7 PASS adjustedPoint.x is within 10 of 88 | 7 PASS adjustedPoint.x is within 10 of 88 |
8 PASS adjustedPoint.y is within 10 of 28 | 8 PASS adjustedPoint.y is within 10 of 28 |
9 PASS adjustedNode.id is element.id | 9 PASS adjusted node was DIV#targetDiv. |
10 PASS adjustedPoint.x is within 10 of 88 | 10 PASS adjustedPoint.x is within 10 of 88 |
11 PASS adjustedPoint.y is within 10 of 28 | 11 PASS adjustedPoint.y is within 10 of 28 |
12 PASS adjustedNode.id is element.id | 12 PASS adjusted node was DIV#targetDiv. |
13 PASS adjustedPoint.x is within 10 of 88 | 13 PASS adjustedPoint.x is within 10 of 88 |
14 PASS adjustedPoint.y is within 10 of 28 | 14 PASS adjustedPoint.y is within 10 of 28 |
15 PASS adjustedNode.id is element.id | 15 PASS adjusted node was DIV#targetDiv. |
16 PASS adjustedPoint.x is within 10 of 88 | 16 PASS adjustedPoint.x is within 10 of 88 |
17 PASS adjustedPoint.y is within 10 of 28 | 17 PASS adjustedPoint.y is within 10 of 28 |
18 PASS adjustedNode.id is element.id | 18 PASS adjusted node was DIV#targetDiv. |
19 PASS adjustedPoint.x is within 1 of 58 | 19 PASS adjustedPoint.x is within 1 of 58 |
20 PASS adjustedPoint.y is within 1 of 58 | 20 PASS adjustedPoint.y is within 1 of 58 |
21 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
22 | 22 |
23 TEST COMPLETE | 23 TEST COMPLETE |
24 | 24 |
OLD | NEW |