3 A paragraph pretending to be a table
5 A label Who said label? It's a heading!
6 A form with a button Click me!
7 Just a button Click me!
8 Just some text inside a div
9 This div is contains a textbox (an entry)
10 This tests that ARIA roles are not ignored for 'p','label', 'form' and 'div' elements
12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
15 PASS element.role is 'AXRole: paragraph'
16 PASS element.role is 'AXRole: table'
17 PASS element.role is 'AXRole: label'
18 PASS element.role is 'AXRole: heading'
19 PASS element.role is 'AXRole: form'
20 PASS element.role is 'AXRole: push button'
21 PASS element.role is 'AXRole: panel'
22 PASS element.role is 'AXRole: entry'
23 PASS successfullyParsed is true