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

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

Issue 2715403002: Exposes the contents of math regions to screen readers (Closed)
Patch Set: Fixed test expectations. Created 3 years, 9 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 ++++AXGroup AXSubrole=AXDocumentMath AXRoleDescription='math' 3 ++++AXGroup AXSubrole=AXDocumentMath AXRoleDescription='math'
4 ++++++AXStaticText AXRoleDescription='text' AXValue='a'
5 ++++++AXStaticText AXRoleDescription='text' AXValue='2'
6 ++++++AXStaticText AXRoleDescription='text' AXValue='+'
7 ++++++AXStaticText AXRoleDescription='text' AXValue='b'
8 ++++++AXStaticText AXRoleDescription='text' AXValue='2'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698