blob: 18d8d8d96acbc7928d915649c7f4bb16bdfa9455 [file] [log] [blame]
This tests SVG group elements are accessible and that the svg:title element is returned properly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Verify that the SVG group is returned as an accessible element.
PASS group1.iphoneLabel is 'AXLabel: SVG TITLE 1'
PASS group1.iphoneIsElement is true
Verify that you can hit-test to the SVG group.
PASS hitTestElement.isEqual(group1) is true
PASS successfullyParsed is true
TEST COMPLETE