| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../../resources/js-test-pre.js"></script> |
| var successfullyParsed = false; |
| <div tabindex="0" id="button1" role="button" aria-selected="true">button 1</div> |
| description("This tests that id maps to AXIdentifier correctly"); |
| if (window.accessibilityController) { |
| // Make sure a checkbox with a label DOES NOT have the same center point as the frame |
| document.getElementById("button1").focus(); |
| var button1 = accessibilityController.focusedElement; |
| shouldBe("button1.identifier", "'AXIdentifier: button1'"); |
| successfullyParsed = true; |
| <script src="../../resources/js-test-post.js"></script> |