1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../resources/js-test.js"></script>
8 <main id=
"main">main
</main>
10 <p id=
"description"></p>
11 <div id=
"console"></div>
15 description("This tests that the HTML5 main element correctly maps to AXMain.");
17 if (window
.accessibilityController
) {
19 document
.getElementById("body").focus();
20 var body
= accessibilityController
.focusedElement
;
21 var main
= accessibilityController
.accessibleElementById("main");
22 shouldBe("main.role", "'AXRole: AXMain'");