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

Unified Diff: LayoutTests/accessibility/role-attribute-expected.txt

Issue 1004803004: Add handling to respect role attribute in AXObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/accessibility/role-attribute.html ('k') | Source/modules/accessibility/AXListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/role-attribute-expected.txt
diff --git a/LayoutTests/accessibility/role-attribute-expected.txt b/LayoutTests/accessibility/role-attribute-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..99cabf84528914e37b188655d0c31778597a9b2f
--- /dev/null
+++ b/LayoutTests/accessibility/role-attribute-expected.txt
@@ -0,0 +1,51 @@
+Explicit Item 1
+Explicit Item 2
+Explicit Item 3
+Implicit Item 1
+Implicit Item 2
+Implicit Item 3
+
+End of test
+
+This tests that the role attribute is not missed.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: AXWebArea AXValue:
+ AXRole: AXRadioGroup AXValue:
+ AXRole: AXRadioButton AXValue:
+ AXRole: AXRadioButton AXValue:
+ AXRole: AXRadioButton AXValue:
+ AXRole: AXList AXValue:
+ AXRole: AXListItem AXValue:
+ AXRole: AXListMarker AXValue: 1
+ AXRole: AXStaticText AXValue: Implicit Item 1
+ AXRole: AXInlineTextBox AXValue: Implicit Item 1
+ AXRole: AXListItem AXValue:
+ AXRole: AXListMarker AXValue: 2
+ AXRole: AXStaticText AXValue: Implicit Item 2
+ AXRole: AXInlineTextBox AXValue: Implicit Item 2
+ AXRole: AXListItem AXValue:
+ AXRole: AXListMarker AXValue: 3
+ AXRole: AXStaticText AXValue: Implicit Item 3
+ AXRole: AXInlineTextBox AXValue: Implicit Item 3
+ AXRole: AXGroup AXValue:
+ AXRole: AXGroup AXValue:
+ AXRole: AXTextField AXValue: Explicit Option 1
+ AXRole: AXTextField AXValue: Explicit Option 2
+ AXRole: AXListBox AXValue:
+ AXRole: AXListBoxOption AXValue: Implicit Option 1
+ AXRole: AXListBoxOption AXValue: Implicit Option 2
+ AXRole: AXStatus AXValue:
+ AXRole: AXProgressIndicator AXValue:
+ AXRole: AXStatus AXValue: 5
+ AXRole: AXSliderThumb AXValue:
+ AXRole: AXSlider AXValue: 5
+ AXRole: AXSliderThumb AXValue:
+ AXRole: AXParagraph AXValue:
+ AXRole: AXStaticText AXValue: End of test
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/accessibility/role-attribute.html ('k') | Source/modules/accessibility/AXListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698