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

Unified Diff: LayoutTests/accessibility/aria-scrollbar-role-expected.txt

Issue 723123002: Default orientation for aria scrollbars should be vertical (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « LayoutTests/accessibility/aria-scrollbar-role.html ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-scrollbar-role-expected.txt
diff --git a/LayoutTests/accessibility/aria-scrollbar-role-expected.txt b/LayoutTests/accessibility/aria-scrollbar-role-expected.txt
index 3217105e0529b8c502922c80c81d9b28a3bb68cc..654e94ba952228e346abc57b2e6c6f68299d672a 100644
--- a/LayoutTests/accessibility/aria-scrollbar-role-expected.txt
+++ b/LayoutTests/accessibility/aria-scrollbar-role-expected.txt
@@ -1,4 +1,5 @@
scrollbar
+scrollbar
This tests that the ARIA scrollbar role works correctly
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -8,6 +9,9 @@ PASS scroller.role is 'AXRole: AXScrollBar'
PASS scroller.intValue is 55
PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation'
PASS scroller.orientation is 'AXOrientation: AXHorizontalOrientation'
+PASS scroller.role is 'AXRole: AXScrollBar'
+PASS scroller.intValue is 55
+PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation'
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/aria-scrollbar-role.html ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698