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

Unified Diff: content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt

Issue 1826453002: Reland of Exposed the children of elements with role textbox in order to make rich text information available… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
new file mode 100644
index 0000000000000000000000000000000000000000..dc45983f722b929e3073db8e5d163388b6ae6da5
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt
@@ -0,0 +1,11 @@
+AXWebArea AXRoleDescription='HTML content'
+++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
+Some text.'
+++++AXHeading AXRoleDescription='heading' AXTitle='TextBox2' AXValue='2'
+++++++AXStaticText AXRoleDescription='text' AXValue='TextBox2'
+++++AXGroup AXRoleDescription='group'
+++++++AXStaticText AXRoleDescription='text' AXValue='Some text.'

Powered by Google App Engine
This is Rietveld 408576698