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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt b/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt
index 99cabf84528914e37b188655d0c31778597a9b2f..5948ec0afc076e2bbc6b56e8fa0f77fe9b89b0e4 100644
--- a/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt
@@ -12,39 +12,39 @@ 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
+AXRole: AXWebArea
+ AXRole: AXRadioGroup
+ AXRole: AXRadioButton "Explicit Item 1"
+ AXRole: AXRadioButton "Explicit Item 2"
+ AXRole: AXRadioButton "Explicit Item 3"
+ AXRole: AXList
+ AXRole: AXListItem "Implicit Item 1"
+ AXRole: AXListMarker "1"
+ AXRole: AXStaticText "Implicit Item 1"
+ AXRole: AXInlineTextBox "Implicit Item 1"
+ AXRole: AXListItem "Implicit Item 2"
+ AXRole: AXListMarker "2"
+ AXRole: AXStaticText "Implicit Item 2"
+ AXRole: AXInlineTextBox "Implicit Item 2"
+ AXRole: AXListItem "Implicit Item 3"
+ AXRole: AXListMarker "3"
+ AXRole: AXStaticText "Implicit Item 3"
+ AXRole: AXInlineTextBox "Implicit Item 3"
+ AXRole: AXGroup
+ AXRole: AXGroup
+ AXRole: AXTextField "Explicit Option 1"
+ AXRole: AXTextField "Explicit Option 2"
+ AXRole: AXListBox
+ AXRole: AXListBoxOption "Implicit Option 1"
+ AXRole: AXListBoxOption "Implicit Option 2"
+ AXRole: AXStatus
+ AXRole: AXProgressIndicator
+ AXRole: AXStatus
+ AXRole: AXSliderThumb
+ AXRole: AXSlider
+ AXRole: AXSliderThumb
+ AXRole: AXParagraph
+ AXRole: AXStaticText "End of test"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698