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