blob: ce0973377185c0f3e033a0fba725e15303d9c32c [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.description is 'AXLabel: SVG TITLE 1'
PASS group1.isIgnored is false
Verify that you can hit-test to the SVG group.
PASS hitTestElement.isEqual(group1) is true
PASS successfullyParsed is true
TEST COMPLETE