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

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

Issue 2120523002: The children of non-editable combo boxes, search boxes and text fields should not be hidden (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Windows browser test. Created 4 years, 5 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 ++AXTextField AXRoleDescription='text field' AXValue='Single line.' 2 ++AXTextField AXRoleDescription='text field' AXValue='Single line.'
3 ++++AXStaticText AXRoleDescription='text' AXValue='Single line.'
3 ++AXTextArea AXRoleDescription='text entry area' AXValue='Multiple 4 ++AXTextArea AXRoleDescription='text entry area' AXValue='Multiple
4 lines.' 5 lines.'
6 ++++AXStaticText AXRoleDescription='text' AXValue='Multiple'
7 ++++AXUnknown AXRoleDescription='unknown' AXTitle='
8 '
9 ++++AXStaticText AXRoleDescription='text' AXValue='lines.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698