blob: 00a3575e1acec6371928b13087a38c91b38ff070 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body id="body">
<a href="http://www.webkit.org" id="link">link</a>
<p id="description"></p>
<div id="console"></div>
<script>
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>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>