1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../resources/js-test.js"></script>
8 <div id=
"button" tabindex=
0 role=
"button" aria-label=
"title" aria-help=
"click here">
12 <p id=
"description"></p>
13 <div id=
"console"></div>
17 description("This tests that aria-help attribute works as expected.");
19 if (window
.accessibilityController
) {
21 document
.getElementById("button").focus();
22 var button
= accessibilityController
.focusedElement
;
23 shouldBe("button.deprecatedHelpText", "'AXHelp: click here'");