blob: 39219f392a33d82979e82ed04af1e45ba3c03c48 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../../../fast/js/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);
}
successfullyParsed = true;
</script>
<script src="../../../fast/js/resources/js-test-post.js"></script>
</body>
</html>