blob: 7d195f11b805f619e1130cf42ae49180e1462f42 [file] [log] [blame]
This tests that AXExpanded is only exposed when aria-expanded is used with a supported value.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
aria-expanded=true - AXExpanded is exposed: true
aria-expanded=false - AXExpanded is exposed: true
aria-expanded=asdfasdf - AXExpanded is NOT exposed: true
aria-expanded='' - AXExpanded is NOT exposed: true
aria-expanded is not present - AXExpanded is NOT exposed: true
PASS successfullyParsed is true
TEST COMPLETE