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

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

Issue 2440833002: Revert of Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Rebase after revert of another change touching cursors_test.js Created 4 years, 1 month 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 ++++AXStaticText AXRoleDescription='text' AXValue='Single line.'
4 ++AXTextArea AXRoleDescription='text entry area' AXValue='Multiple<newline>lines .' 4 ++AXTextArea AXRoleDescription='text entry area' AXValue='Multiple
5 lines.'
5 ++++AXStaticText AXRoleDescription='text' AXValue='Multiple' 6 ++++AXStaticText AXRoleDescription='text' AXValue='Multiple'
6 ++++AXUnknown AXRoleDescription='unknown' AXTitle='<newline>' 7 ++++AXUnknown AXRoleDescription='unknown' AXTitle='
8 '
7 ++++AXStaticText AXRoleDescription='text' AXValue='lines.' 9 ++++AXStaticText AXRoleDescription='text' AXValue='lines.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698