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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/legend-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/legend-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/legend-expected.txt b/third_party/WebKit/LayoutTests/accessibility/legend-expected.txt
index 47ae9b56941b8c6f57a0fd7086921c02098e3bf4..a1d1dc710e6132de897ea022d05323069bdb6fb9 100644
--- a/third_party/WebKit/LayoutTests/accessibility/legend-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/legend-expected.txt
@@ -6,19 +6,19 @@ This tests that a fieldset's title ui element is the legend.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-AXRole: AXWebArea AXValue:
- AXRole: AXGroup AXValue:
- AXRole: AXLegend AXValue: << fieldset's titleUIElement
- AXRole: AXStaticText AXValue: Choose a shipping method:
- AXRole: AXInlineTextBox AXValue: Choose a shipping method:
- AXRole: AXGroup AXValue:
- AXRole: AXRadioButton AXValue:
- AXRole: AXStaticText AXValue: Overnight
- AXRole: AXInlineTextBox AXValue: Overnight
- AXRole: AXDiv AXValue:
- AXRole: AXStaticText AXValue: End of test
+AXRole: AXWebArea
+ AXRole: AXGroup "Choose a shipping method:"
+ AXRole: AXLegend << fieldset's titleUIElement
+ AXRole: AXStaticText "Choose a shipping method:"
+ AXRole: AXInlineTextBox "Choose a shipping method:"
+ AXRole: AXGroup
+ AXRole: AXRadioButton
+ AXRole: AXStaticText "Overnight"
+ AXRole: AXInlineTextBox "Overnight"
+ AXRole: AXDiv
+ AXRole: AXStaticText "End of test"
PASS titleUIElement != null is true
-PASS titleUIElementText.stringValue is 'AXValue: Choose a shipping method:'
+PASS titleUIElementText.name is 'Choose a shipping method:'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698