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

Side by Side Diff: content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-mac.txt

Issue 2439203003: Reland of Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Rebased. 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 1 AXWebArea
2 ++AXTextArea AXValue='This is editable. 2 ++AXTextArea AXValue='This is editable.<newline><newline>This is not editable.<n ewline>But this one is.<newline><newline>So is this one.'
3 This is not editable.
4 But this one is.
5 So is this one.'
6 ++++AXGroup 3 ++++AXGroup
7 ++++++AXStaticText AXValue='This is editable.' 4 ++++++AXStaticText AXValue='This is editable.'
8 ++++AXGroup 5 ++++AXStaticText AXValue='This is not editable.'
9 ++++++AXStaticText AXValue='This is not editable.' 6 ++++AXUnknown AXTitle='<newline>'
10 ++++++AXUnknown AXTitle='
11 '
12 ++++AXGroup AXValue='But this one is.' 7 ++++AXGroup AXValue='But this one is.'
13 ++++++AXStaticText AXValue='But this one is.' 8 ++++++AXStaticText AXValue='But this one is.'
14 ++++AXGroup AXValue='So is this one.' 9 ++++AXGroup AXValue='So is this one.'
15 ++++++AXStaticText AXValue='So is this one.' 10 ++++++AXStaticText AXValue='So is this one.'
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698