4 testRunner
.dumpAsText();
8 <!-- this table should not appear as an AXTable because it only has one cell -->
10 <table width=
"90" border=
"0" bgcolor=
"a1a5a9">
13 <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>
19 <div id=
"result"></div>
22 if (window
.accessibilityController
) {
23 var result
= document
.getElementById("result");
25 var body
= document
.getElementById("body");
27 var table
= accessibilityController
.focusedElement
.childAtIndex(0);
29 result
.innerText
+= table
.allAttributes();