| Index: third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt b/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
|
| index cf42a233669d13a2ad2e4e7df7cd855d5e127d5b..6d3161f2f7f73d145e892c5cb8c4c6e031619489 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
|
| @@ -2,13 +2,13 @@
|
| This tests that we report the correct selection-related states.
|
|
|
|
|
| -PASS accessibilityController.focusedElement.isMultiSelectable is true
|
| -PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true
|
| -PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true
|
| -PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true
|
| -PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false
|
| -PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is false
|
| -PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false
|
| +PASS axSelectElement.isMultiSelectable is true
|
| +PASS axSelectElement.childAtIndex(0).isSelectable is true
|
| +PASS axSelectElement.childAtIndex(0).isSelected is true
|
| +PASS axSelectElement.childAtIndex(1).isSelectable is true
|
| +PASS axSelectElement.childAtIndex(1).isSelected is false
|
| +PASS axSelectElement.childAtIndex(2).isSelectable is false
|
| +PASS axSelectElement.childAtIndex(2).isSelected is false
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|