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