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

Side by Side Diff: content/test/data/accessibility/aria/aria-textbox-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='TextBox1' 2 ++AXTextField AXRoleDescription='text field' AXValue='TextBox1'
3 ++++AXStaticText AXRoleDescription='text' AXValue='TextBox1'
3 ++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox2' 4 ++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox2'
5 ++++AXStaticText AXRoleDescription='text' AXValue='TextBox2'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698