OLD | NEW |
---|---|
(Empty) | |
1 Test that hit-test works for a path whose x/y ranges have different magnitude. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS path contains point at (5, 104) | |
7 PASS path contains point at (5, 107) | |
8 PASS path contains point at (5, 110) | |
9 PASS path does not contain point at (5, 103) | |
10 PASS path does not contain point at (5, 111) | |
11 | |
12 PASS successfullyParsed is true | |
13 | |
14 TEST COMPLETE | |
15 | |
OLD | NEW |