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

Unified 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 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 b074b10e4dc8c077c3d295ce346660785922fa67..74b460a4bfc77e0bbeb72039d8bdfd3e03a37d9e 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,10 +1,16 @@
AXWebArea
-++AXTextArea AXValue='This is editable.<newline><newline>This is not editable.<newline>But this one is.<newline><newline>So is this one.'
+++AXTextArea AXValue='This is editable.
+This is not editable.
+But this one is.
+So is this one.'
++++AXGroup
++++++AXStaticText AXValue='This is editable.'
-++++AXStaticText AXValue='This is not editable.'
-++++AXUnknown AXTitle='<newline>'
+++++AXGroup
+++++++AXStaticText AXValue='This is not editable.'
+++++++AXUnknown AXTitle='
+'
++++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