blob: 217ae481bfae03c4134af99fba5920647fa1e126 [file] [log] [blame]
<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<body>
<!-- this table should not appear as an AXTable because it only has one cell -->
<table id="testTable" width="90" border="0" bgcolor="a1a5a9">
<tr>
<td>
<P><strong>Pick Your Location!</strong><br>Get specific content for your area. <br><a href="http://web.apple.com">http://web.apple.com</a><br>
</font>
</td>
</tr>
</table>
<div id="result"></div>
<script>
if (window.accessibilityController) {
var result = document.getElementById("result");
var table = accessibilityController.accessibleElementById("testTable");
result.innerText += table.allAttributes();
}
</script>
</body>
</html>