blob: 50c71234ec6ade056607dca8cba6a59e69461388 [file] [log] [blame]
This tests that changing the aria-required attribute is properly reflected in an AX object's required status.
#textbox is required: false
Setting aria-required to true on #textbox.
#textbox is required: true
Setting aria-required to false on #textbox.
#textbox is required: false
PASS successfullyParsed is true
TEST COMPLETE