| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"> |
| var successfullyParsed = false; |
| <script src="../fast/js/resources/js-test-pre.js"></script> |
| description("This tests that there's no crash when accessising the stringValue of a menu list that has no elements."); |
| if (window.accessibilityController) { |
| document.getElementById("selectBox").focus(); |
| var selectBox = accessibilityController.focusedElement; |
| // this call should not crash. |
| var stringValue = selectBox.stringValue; |
| successfullyParsed = true; |
| <script src="../fast/js/resources/js-test-post.js"></script> |