1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../resources/js-test.js"></script>
8 <div role=
"img" aria-label=
"ASCII art of a helicopter" title=
"Incorrect text equivalent. When available, node should use aria-label instead of title.">
10 ========================
20 <p id=
"description"></p>
21 <div id=
"console"></div>
25 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");
27 if (window
.accessibilityController
) {
29 var body
= document
.getElementById("body");
31 var image
= accessibilityController
.focusedElement
.childAtIndex(0);