| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../resources/js-test-pre.js"></script> |
| <span tabindex="0" id="test" role="unknownrole switch checkbox" aria-checked="true">test</span> |
| description("This tests that aria fallback roles work correctly."); |
| if (window.accessibilityController) { |
| if (window.accessibilityController) { |
| var test = document.getElementById("test"); |
| test = accessibilityController.focusedElement; |
| debug("Role should be: " + test.role); |
| <script src="../../../resources/js-test-post.js"></script> |