haikuwebkit/LayoutTests/accessibility/mac/label-element-changing-chil...

14 lines
378 B
Plaintext

firstfoo choice
This tests that if a label element's children change, the string value updates
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS label.role is 'AXRole: AXStaticText'
PASS initialStringValue is 'AXValue: first choice'
PASS mutatedStringValue is 'AXValue: first foo choice'
PASS successfullyParsed is true
TEST COMPLETE