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

Unified Diff: content/test/data/accessibility/html/action-verbs-expected-blink.txt

Issue 1809573003: Fix support for accessible action verbs and performing the default action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix two tests 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/html/action-verbs-expected-blink.txt
diff --git a/content/test/data/accessibility/html/action-verbs-expected-blink.txt b/content/test/data/accessibility/html/action-verbs-expected-blink.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b04a00dc0f587e03661fa4ed047ce1abfda80fa8
--- /dev/null
+++ b/content/test/data/accessibility/html/action-verbs-expected-blink.txt
@@ -0,0 +1,24 @@
+rootWebArea name='Action verbs'
+++div
+++++staticText name='Generic div'
+++++++inlineTextBox name='Generic div'
+++heading name='Heading'
+++++staticText name='Heading'
+++++++inlineTextBox name='Heading'
+++group
+++++button action='press' name='Button'
+++++link action='jump' name='Link'
+++++++staticText action='click' name='Link'
+++++++++inlineTextBox name='Link'
+++++textField
+++++checkBox action='check'
+++++checkBox action='uncheck'
+++++radioButton action='select'
+++switch action='check' name='ARIA Switch'
+++group
+++++popUpButton action='open'
+++++++menuListPopup
+++++++++menuListOption action='click' name='Pop-up button'
+++div action='click'
+++++staticText action='click' name='Div with click handler'
+++++++inlineTextBox name='Div with click handler'

Powered by Google App Engine
This is Rietveld 408576698