| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../../../fast/js/resources/js-test-pre.js"></script> |
| <a href="http://www.webkit.org" id="link">link</a> |
| description("This tests that aria-label works on area elements."); |
| if (window.accessibilityController) { |
| document.getElementById("link").focus(); |
| // This should not crash DRT even though it is an unsupported attribute for the element. |
| accessibilityController.focusedElement.cellForColumnAndRow(1, 1); |
| <script src="../../../fast/js/resources/js-test-post.js"></script> |