blob: 3aa11c4b80b8f833b60a017d7315006036d7583e [file] [log] [blame]
button 1
button 2
tab 1
tab 2
This tests that aria-selected behaves as expected (by returning the right traits) on tabs and buttons.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS button1.isSelected is true
PASS button2.isSelected is false
PASS tab1.isSelected is true
PASS tab2.isSelected is false
PASS successfullyParsed is true
TEST COMPLETE