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

Side by Side Diff: LayoutTests/accessibility/selection-states-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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 | Annotate | Revision Log
OLDNEW
1 1
2 This tests that we report the correct selection-related states. 2 This tests that we report the correct selection-related states.
3 3
4 4
5 PASS accessibilityController.focusedElement.isMultiSelectable is true 5 PASS accessibilityController.focusedElement.isMultiSelectable is true
6 PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true 6 PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true
7 PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true 7 PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true
8 PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true 8 PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true
9 PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false 9 PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false
10 PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is fals e 10 PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is fals e
11 PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false 11 PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false
12 PASS successfullyParsed is true
12 13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698