1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../resources/js-test.js"></script>
8 <h3 role=
"presentation">
9 <a href=
"#">Link
</a> and text
12 <p id=
"description"></p>
13 <div id=
"console"></div>
17 description("This tests that the aria 'presentation' role works by successfully removing the element from the AX tree.");
19 if (window
.accessibilityController
) {
21 var body
= document
.getElementById("body");
24 var firstChild
= accessibilityController
.focusedElement
.childAtIndex(0);
25 shouldBe("firstChild.role", "'AXRole: AXLink'");