cfleizach@apple.com | b2b0b4d | 2013-04-05 21:56:58 +0000 | [diff] [blame] | 1 | This tests SVG group elements are accessible and that the svg:title element is returned properly. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | Verify that the SVG group is returned as an accessible element. |
| 7 | PASS group1.role is 'AXRole: AXGroup' |
jdiggs@igalia.com | 25615b9 | 2016-05-20 18:34:14 +0000 | [diff] [blame] | 8 | PASS platformValueForW3CName(group1) is "SVG TITLE 1" |
cfleizach@apple.com | b2b0b4d | 2013-04-05 21:56:58 +0000 | [diff] [blame] | 9 | |
| 10 | Verify that you can hit-test to the SVG group. |
| 11 | PASS hitTestElement.isEqual(group1) is true |
| 12 | PASS successfullyParsed is true |
| 13 | |
| 14 | TEST COMPLETE |
| 15 | |