Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: content/test/data/accessibility/html/details-expected-mac.txt

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 AXWebArea AXRoleDescription='HTML content' 1 AXWebArea AXRoleDescription='HTML content'
2 AXGroup AXRoleDescription='group' 2 AXGroup AXRoleDescription='group'
3 AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='de tails tag' AXExpanded='0' 3 AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='de tails tag' AXExpanded='0'
4 AXStaticText AXRoleDescription='text' AXValue='details tag' 4 AXStaticText AXRoleDescription='text' AXValue='details tag'
5 AXGroup AXRoleDescription='group' 5 AXGroup AXRoleDescription='group'
6 AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='de tails tag open' AXExpanded='1' 6 AXDisclosureTriangle AXRoleDescription='disclosure triangle' AXTitle='de tails tag open' AXExpanded='1'
7 AXStaticText AXRoleDescription='text' AXValue='details tag open' 7 AXStaticText AXRoleDescription='text' AXValue='details tag open'
8 AXGroup AXRoleDescription='group' 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.' 9 AXStaticText AXRoleDescription='text' AXValue='The details tag with open specifies that the details should be visible (open) to the user.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698