blob: 78d2ec38e9cc34bcd42ddf3e8863bae481994da1 [file] [log] [blame]
content
This tests that the DOM id and the DOM class list can be retrieved
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS item.isAttributeSupported('AXDOMIdentifier') is true
PASS item.stringAttributeValue('AXDOMIdentifier') is 'item1'
PASS item.isAttributeSupported('AXDOMClassList') is true
PASS item.classList is 'test, test2'
PASS successfullyParsed is true
TEST COMPLETE