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

Side by Side 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 unified diff | Download patch
OLDNEW
1 scrollbar 1 scrollbar
2 scrollbar
2 This tests that the ARIA scrollbar role works correctly 3 This tests that the ARIA scrollbar role works correctly
3 4
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 6
6 7
7 PASS scroller.role is 'AXRole: AXScrollBar' 8 PASS scroller.role is 'AXRole: AXScrollBar'
8 PASS scroller.intValue is 55 9 PASS scroller.intValue is 55
9 PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation' 10 PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation'
10 PASS scroller.orientation is 'AXOrientation: AXHorizontalOrientation' 11 PASS scroller.orientation is 'AXOrientation: AXHorizontalOrientation'
12 PASS scroller.role is 'AXRole: AXScrollBar'
13 PASS scroller.intValue is 55
14 PASS scroller.orientation is 'AXOrientation: AXVerticalOrientation'
11 PASS successfullyParsed is true 15 PASS successfullyParsed is true
12 16
13 TEST COMPLETE 17 TEST COMPLETE
14 18
OLDNEW
« 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