| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../resources/js-test-pre.js"></script> |
| <div role="img" aria-label="ASCII art of a helicopter" title="Incorrect text equivalent. When available, node should use aria-label instead of title."> |
| description("This tests that a non native image (one created through ARIA) does not cause an assert. Test passes if it does not crash in debug builds"); |
| if (window.accessibilityController) { |
| var body = document.getElementById("body"); |
| var image = accessibilityController.focusedElement.childAtIndex(0); |
| <script src="../resources/js-test-post.js"></script> |