Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / html / details-expected-mac.txt
blob7aa16227343571912ff2dae3f3edc0fd00ff1862
1 AXWebArea AXRoleDescription='HTML content'
2 ++AXGroup AXRoleDescription='group'
3 ++++AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='details tag' AXExpanded='0'
4 ++++++AXStaticText AXRoleDescription='text' AXValue='details tag'
5 ++AXGroup AXRoleDescription='group'
6 ++++AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='details tag open' AXExpanded='1'
7 ++++++AXStaticText AXRoleDescription='text' AXValue='details tag open'
8 ++++AXGroup AXRoleDescription='group'
9 ++++++AXStaticText AXRoleDescription='text' AXValue='The details tag with open specifies that the details should be visible (open) to the user.'