blob: ace5fffd8b17b0043739c410ecaf71c9cca73004 [file] [edit]
This test ensures we compute the correct focusable ancestor.
PASS: accessibilityController.accessibleElementById('button').focusableAncestor().domIdentifier === 'inner-ancestor'
document.getElementById('inner-ancestor').removeAttribute('tabindex')
document.getElementById('outer-ancestor').setAttribute('tabindex', '0')
PASS: accessibilityController.accessibleElementById('button').focusableAncestor().domIdentifier === 'outer-ancestor'
PASS successfullyParsed is true
TEST COMPLETE
Click me