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

Side by Side Diff: content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-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, 2 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 1 AXWebArea
2 ++AXTextArea AXValue='This is editable.<newline><newline>This is not editable.<n ewline>But this one is.<newline><newline>So is this one.' 2 ++AXTextArea AXValue='This is editable.
3 This is not editable.
4 But this one is.
5 So is this one.'
3 ++++AXGroup 6 ++++AXGroup
4 ++++++AXStaticText AXValue='This is editable.' 7 ++++++AXStaticText AXValue='This is editable.'
5 ++++AXStaticText AXValue='This is not editable.' 8 ++++AXGroup
6 ++++AXUnknown AXTitle='<newline>' 9 ++++++AXStaticText AXValue='This is not editable.'
10 ++++++AXUnknown AXTitle='
11 '
7 ++++AXGroup AXValue='But this one is.' 12 ++++AXGroup AXValue='But this one is.'
8 ++++++AXStaticText AXValue='But this one is.' 13 ++++++AXStaticText AXValue='But this one is.'
9 ++++AXGroup AXValue='So is this one.' 14 ++++AXGroup AXValue='So is this one.'
10 ++++++AXStaticText AXValue='So is this one.' 15 ++++++AXStaticText AXValue='So is this one.'
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698