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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-mac.txt
diff --git a/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-mac.txt b/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-mac.txt
index 74b460a4bfc77e0bbeb72039d8bdfd3e03a37d9e..b074b10e4dc8c077c3d295ce346660785922fa67 100644
--- a/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-mac.txt
+++ b/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-mac.txt
@@ -1,16 +1,10 @@
AXWebArea
-++AXTextArea AXValue='This is editable.
-This is not editable.
-But this one is.
-So is this one.'
+++AXTextArea AXValue='This is editable.<newline><newline>This is not editable.<newline>But this one is.<newline><newline>So is this one.'
++++AXGroup
++++++AXStaticText AXValue='This is editable.'
-++++AXGroup
-++++++AXStaticText AXValue='This is not editable.'
-++++++AXUnknown AXTitle='
-'
+++++AXStaticText AXValue='This is not editable.'
+++++AXUnknown AXTitle='<newline>'
++++AXGroup AXValue='But this one is.'
++++++AXStaticText AXValue='But this one is.'
++++AXGroup AXValue='So is this one.'
-++++++AXStaticText AXValue='So is this one.'
-
+++++++AXStaticText AXValue='So is this one.'

Powered by Google App Engine
This is Rietveld 408576698