blob: 23a83a09207fea5981b27f89174cf6c66295b2c6 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../resources/js-test.js"></script>
<script src="../resources/accessibility-helper.js"></script>
</head>
<body>
<table summary="table">
<thead>
</thead>
<tr><td>1</td><td>2</td></tr>
</table>
<p>End of test</p>
<p id="description"></p>
<div id="console"></div>
<script>
description("Construct accessibility objects for a table with an empty thread tag. This can cause a crash.");
if (window.accessibilityController) {
document.body.focus();
buildAccessibilityTree(accessibilityController.focusedElement, 0, 0, ['AXColumn', 'AXTableHeaderContainer']);
}
</script>
</body>
</html>