blob: 7d65863197fb2848ab1de16a30379b3f3af3c5c5 [file] [log] [blame]
test
This makes sure that if an iframe has a title attribute, it will still show up in the hierarchy correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS iframeScroll.role is 'AXRole: AXScrollArea'
PASS iframeScroll.parentElement().role is 'AXRole: AXGroup'
PASS iframeScroll.parentElement().parentElement().role is 'AXRole: AXWebArea'
PASS iframeScroll.parentElement().parentElement().isEqual(bodyElement) is true
PASS iframeWeb.parentElement().isEqual(iframeScroll) is true
PASS hitTest.isEqual(iframeWeb) is true
PASS successfullyParsed is true
TEST COMPLETE