| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../fast/js/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); |
| shouldBe("firstChild.role", "'AXRole: AXLink'"); |
| <script src="../fast/js/resources/js-test-post.js"></script> |