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

Unified Diff: content/test/data/accessibility/aria/aria-textbox-with-rich-text-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/aria/aria-textbox-with-rich-text-expected-mac.txt
diff --git a/content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt b/content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt
index 79a8fe9149cc3058a6f21a1dc97718523f5a2e4e..dc45983f722b929e3073db8e5d163388b6ae6da5 100644
--- a/content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt
+++ b/content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt
@@ -1,9 +1,11 @@
AXWebArea AXRoleDescription='HTML content'
-++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox1<newline><newline>'
+++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox1
+'
++++AXHeading AXRoleDescription='heading' AXTitle='TextBox1' AXValue='1'
++++++AXStaticText AXRoleDescription='text' AXValue='TextBox1'
-++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox2<newline><newline>Some text.'
+++AXTextArea AXRoleDescription='text entry area' AXValue='TextBox2
+Some text.'
++++AXHeading AXRoleDescription='heading' AXTitle='TextBox2' AXValue='2'
++++++AXStaticText AXRoleDescription='text' AXValue='TextBox2'
++++AXGroup AXRoleDescription='group'
-++++++AXStaticText AXRoleDescription='text' AXValue='Some text.'
+++++++AXStaticText AXRoleDescription='text' AXValue='Some text.'

Powered by Google App Engine
This is Rietveld 408576698