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

Unified Diff: LayoutTests/accessibility/legend-expected.txt

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 2 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: LayoutTests/accessibility/legend-expected.txt
diff --git a/LayoutTests/accessibility/legend-expected.txt b/LayoutTests/accessibility/legend-expected.txt
index fca9d42432abf2feee88117f16f7291aebe6a98d..47ae9b56941b8c6f57a0fd7086921c02098e3bf4 100644
--- a/LayoutTests/accessibility/legend-expected.txt
+++ b/LayoutTests/accessibility/legend-expected.txt
@@ -10,9 +10,11 @@ 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
PASS titleUIElement != null is true

Powered by Google App Engine
This is Rietveld 408576698