haikuwebkit/LayoutTests/platform/mac/accessibility/aria-switch-text-expected.txt

22 lines
510 B
Plaintext

One
Two
Three
This tests that ARIA switches use accessible name computation and have no child text.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
widget.title is AXTitle: One
widget.description is AXDescription:
widget.childrenCount is 0
widget.title is AXTitle: Two
widget.description is AXDescription:
widget.childrenCount is 0
widget.title is AXTitle:
widget.description is AXDescription: foo
widget.childrenCount is 0
PASS successfullyParsed is true
TEST COMPLETE