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

Unified Diff: content/test/data/accessibility/aria-orientation-expected-mac.txt

Issue 744623002: Exposing ARIA state/property aria-orientation on Windows correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing presubmit warning Created 6 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: content/test/data/accessibility/aria-orientation-expected-mac.txt
diff --git a/content/test/data/accessibility/aria-orientation-expected-mac.txt b/content/test/data/accessibility/aria-orientation-expected-mac.txt
index c66bcc1997dd3cddd9d60917d0d1cef8ec574c8f..fb1288f18af61b6051477e44b8dc484afeccb67f 100644
--- a/content/test/data/accessibility/aria-orientation-expected-mac.txt
+++ b/content/test/data/accessibility/aria-orientation-expected-mac.txt
@@ -1,3 +1,40 @@
AXWebArea
- AXScrollBar AXValue='14' AXOrientation='AXHorizontalOrientation'
- AXScrollBar AXValue='14' AXOrientation='AXVerticalOrientation'
+ AXComboBox AXOrientation='AXVerticalOrientation'
+ AXComboBox AXOrientation='AXHorizontalOrientation'
+ AXComboBox AXOrientation='AXVerticalOrientation'
+ AXList AXOrientation='AXVerticalOrientation'
+ AXList AXOrientation='AXHorizontalOrientation'
+ AXList AXOrientation='AXVerticalOrientation'
+ AXMenu AXOrientation='AXVerticalOrientation'
+ AXMenu AXOrientation='AXHorizontalOrientation'
+ AXMenu AXOrientation='AXVerticalOrientation'
+ AXMenuBar AXOrientation='AXHorizontalOrientation'
+ AXMenuBar AXOrientation='AXHorizontalOrientation'
+ AXMenuBar AXOrientation='AXVerticalOrientation'
+ AXRadioGroup
+ AXRadioGroup AXOrientation='AXHorizontalOrientation'
+ AXRadioGroup AXOrientation='AXVerticalOrientation'
+ AXScrollBar AXValue='0' AXOrientation='AXVerticalOrientation'
+ AXScrollBar AXValue='0' AXOrientation='AXHorizontalOrientation'
+ AXScrollBar AXValue='0' AXOrientation='AXVerticalOrientation'
+ AXSlider AXValue='0' AXOrientation='AXHorizontalOrientation'
+ AXSlider AXValue='0' AXOrientation='AXHorizontalOrientation'
+ AXSlider AXValue='0' AXOrientation='AXVerticalOrientation'
+ AXSplitter AXOrientation='AXHorizontalOrientation'
+ AXSplitter AXOrientation='AXHorizontalOrientation'
+ AXSplitter AXOrientation='AXVerticalOrientation'
+ AXTabGroup AXOrientation='AXHorizontalOrientation'
+ AXTabGroup AXOrientation='AXHorizontalOrientation'
+ AXTabGroup AXOrientation='AXVerticalOrientation'
+ AXToolbar AXOrientation='AXHorizontalOrientation'
+ AXToolbar AXOrientation='AXHorizontalOrientation'
+ AXToolbar AXOrientation='AXVerticalOrientation'
+ AXOutline AXOrientation='AXVerticalOrientation'
+ AXOutline AXOrientation='AXHorizontalOrientation'
+ AXOutline AXOrientation='AXVerticalOrientation'
+ AXTable
+ AXGroup
+ AXTable AXOrientation='AXHorizontalOrientation'
+ AXGroup
+ AXTable AXOrientation='AXVerticalOrientation'
+ AXGroup

Powered by Google App Engine
This is Rietveld 408576698