| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../resources/js-test-pre.js"></script> |
| <a href="#">Link</a> and text |
| description("This tests that the aria 'presentation' role works by successfully removing the element from the AX tree."); |
| if (window.accessibilityController) { |
| var body = document.getElementById("body"); |
| var firstChild = accessibilityController.focusedElement.childAtIndex(0); |
| debug("firstChild.role is " + firstChild.role); |
| <script src="../resources/js-test-post.js"></script> |