Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / listbox-enabled-states-expected.txt
blob4cc6ad8ed761875398024aae3a26a2aac2ae1a7d
2 This tests that we report the correct enabled state on a listbox.
5 PASS accessibilityController.focusedElement.isEnabled is true
6 PASS accessibilityController.focusedElement.childAtIndex(0).isEnabled is true
7 PASS accessibilityController.focusedElement.childAtIndex(1).isEnabled is true
8 PASS accessibilityController.focusedElement.childAtIndex(2).isEnabled is false
9 PASS accessibilityController.focusedElement.childAtIndex(3).isEnabled is false
10 PASS accessibilityController.focusedElement.childAtIndex(4).isEnabled is true
11 PASS successfullyParsed is true
13 TEST COMPLETE