| <script src="../resources/js-test-pre.js"></script> |
| <input type="password" id="pass" value="test"> |
| description("This tests that the AX exposed value of a password field is the rendered text."); |
| if (window.accessibilityController) |
| debug("Password field: " + accessibilityController.accessibleElementById("pass").stringValue); |
| testFailed("This test depends on accessibilityController, please use run-webkit-tests to run it."); |
| successfullyParsed = true; |
| <script src="../resources/js-test-post.js"></script> |