| <!DOCTYPE html><!-- webkit-test-runner [ AttachmentElementEnabled=true ] --> |
| <attachment id="attachment" title="title" subtitle="subtitle" action="action" progress="0.5"></attachment> |
| <script src="../resources/js-test-pre.js"></script> |
| description("This tests that attachment elements are accessible."); |
| if (window.accessibilityController) { |
| var content = accessibilityController.accessibleElementById("attachment"); |
| debug("Attachment description: " + content.description); |
| debug("Attachment value: " + content.stringValue); |
| if (accessibilityController.platformName == "mac") { |
| debug("Attachment role: " + content.roleDescription); |
| <script src="../resources/js-test-post.js"></script> |