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

Side by Side Diff: content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt

Issue 1823053002: Revert of Exposed the children of elements with role textbox in order to make rich text information available… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
1 AXWebArea AXRoleDescription='HTML content'
2 ++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox1
3 '
4 ++++AXHeading AXRoleDescription='heading' AXTitle='TextBox1' AXValue='1'
5 ++++++AXStaticText AXRoleDescription='text' AXValue='TextBox1'
6 ++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox2
7 Some text.'
8 ++++AXHeading AXRoleDescription='heading' AXTitle='TextBox2' AXValue='2'
9 ++++++AXStaticText AXRoleDescription='text' AXValue='TextBox2'
10 ++++AXGroup AXRoleDescription='group'
11 ++++++AXStaticText AXRoleDescription='text' AXValue='Some text.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698