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