| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../resources/js-test-pre.js"></script> |
| <button id="button" type="button" aria-hidden="true" aria-haspopup="true"><span></span></button> |
| <div id="button2" aria-labelledby="button"> |
| description("This tests that it won't cause a crash when computing the text value of an AX object that is hidden and has no node."); |
| if (window.accessibilityController) { |
| var button = accessibilityController.accessibleElementById("button2"); |
| <script src="../resources/js-test-post.js"></script> |