Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests for pointer-events=boundingBox - hit testing. | |
|
pdr.
2013/11/01 03:42:00
Can you rename this file "svg-pointer-events-bbox-
Erik Dahlström (inactive)
2013/11/29 16:30:48
Done.
| |
| 2 | |
| 3 On success, you will see a series of "PASS" messages and no "FAIL" messages. | |
| 4 | |
| 5 PASS circle1 contains point at (36, 60) | |
| 6 PASS circle1 contains point at (42, 67) | |
| 7 PASS circle1 does not contain point at (50, 50) | |
| 8 PASS circle1 does not contain point at (50, 55) | |
| 9 PASS group1 contains point at (100, 100) | |
| 10 PASS group1 contains point at (137, 84) | |
| 11 PASS group1 contains point at (51, 156) | |
| 12 PASS group1 contains point at (70, 120) | |
| 13 PASS circle2 contains point at (400, 150) | |
| 14 PASS circle2 contains point at (432, 182) | |
| 15 PASS circle2 contains point at (361, 122) | |
| 16 PASS bbox of circle2 contains point at (438, 103) | |
| 17 PASS bbox of circle2 contains point at (450, 200) | |
| 18 PASS text1 contains point at (134, 16) | |
| 19 PASS tspan1 contains point at (422, 63) | |
| 20 PASS text1 does not contain point at (395, 73) | |
| 21 PASS text1 does not contain point at (74, 5) | |
| 22 PASS bbox of text1 contains point at (435, 32) | |
| 23 PASS bbox of text1 contains point at (115, 46) | |
| 24 PASS text2 contains point at (178, 146) | |
| 25 PASS tspan2 contains point at (434, 268) | |
| 26 PASS text2 does not contain point at (319, 161) | |
| 27 PASS text2 does not contain point at (179, 131) | |
| 28 PASS bbox of text2 contains point at (295, 214) | |
| 29 PASS bbox of text2 contains point at (444, 222) | |
| 30 PASS text3 contains point at (198, 291) | |
| 31 PASS text3 contains point at (286, 301) | |
| 32 PASS text3 does not contain point at (302, 337) | |
| 33 PASS text3 does not contain point at (348, 335) | |
| 34 Text should change color when mouse is within the bbox. | |
| 35 Text should change color when mouse is within the bbox. | |
| 36 Text should end here. | |
| OLD | NEW |