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

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

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Added missing braces. Created 4 years 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
index ac62ce9499019751282002b67179a14748f889a7..c588e6774e44fef13de072813b7d92be9031a6e8 100644
--- a/content/test/data/accessibility/html/action-verbs-expected-blink.txt
+++ b/content/test/data/accessibility/html/action-verbs-expected-blink.txt
@@ -5,18 +5,18 @@ rootWebArea name='Action verbs'
++heading name='Heading'
++++staticText name='Heading'
++++++inlineTextBox name='Heading'
-++button action='press' name='Button'
-++link action='jump' name='Link'
-++++staticText action='click' name='Link'
+++button name='Button' action=6
+++link name='Link' action=4
+++++staticText name='Link' action=3
++++++inlineTextBox name='Link'
++textField
-++checkBox action='check'
-++checkBox action='uncheck'
-++radioButton action='select'
-++switch action='check' name='ARIA Switch'
-++popUpButton action='open'
+++checkBox action=8
+++checkBox action=2
+++radioButton action=7
+++switch name='ARIA Switch' action=8
+++popUpButton action=5
++++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'
+++++++menuListOption name='Pop-up button' action=3
+++div action=3
+++++staticText name='Div with click handler' action=3
+++++++inlineTextBox name='Div with click handler'
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | third_party/WebKit/Source/modules/accessibility/AXObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698