blob: e94e6fed32ced738dabad8b5448d5180a1c608b2 [file] [edit]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.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>
</body>
</html>