1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../resources/js-test.js"></script>
7 <h1 aria-hidden=
"true">h1
<b>test
</b></h1>
8 <h2 aria-hidden=
"false">h2
</h2>
9 <p id=
"description"></p>
10 <div id=
"console"></div>
14 description("This tests that the aria-hidden attribute works correctly with accessibility. The H1 element (and its children) should not appear in the AX hierarchy. The H2 element should be the first child");
16 if (window
.accessibilityController
) {
18 var body
= document
.getElementById("body");
20 var h2
= accessibilityController
.focusedElement
.childAtIndex(0);
21 shouldBe("h2.deprecatedTitle", "'AXTitle: h2'");