| Index: third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt b/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt
|
| index 4cc6ad8ed761875398024aae3a26a2aac2ae1a7d..d891afb60319d4dfd9037cb82e577bcf097db249 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt
|
| @@ -2,12 +2,12 @@
|
| This tests that we report the correct enabled state on a listbox.
|
|
|
|
|
| -PASS accessibilityController.focusedElement.isEnabled is true
|
| -PASS accessibilityController.focusedElement.childAtIndex(0).isEnabled is true
|
| -PASS accessibilityController.focusedElement.childAtIndex(1).isEnabled is true
|
| -PASS accessibilityController.focusedElement.childAtIndex(2).isEnabled is false
|
| -PASS accessibilityController.focusedElement.childAtIndex(3).isEnabled is false
|
| -PASS accessibilityController.focusedElement.childAtIndex(4).isEnabled is true
|
| +PASS axSelectElement.isEnabled is true
|
| +PASS axSelectElement.childAtIndex(0).isEnabled is true
|
| +PASS axSelectElement.childAtIndex(1).isEnabled is true
|
| +PASS axSelectElement.childAtIndex(2).isEnabled is false
|
| +PASS axSelectElement.childAtIndex(3).isEnabled is false
|
| +PASS axSelectElement.childAtIndex(4).isEnabled is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|