Home | History | Annotate | Download | only in accessibility
      1 <html>
      2 <body id="body">
      3 
      4 <applet code="AppletTest.class" width=200 height=140 codebase="resources" name="appletTest"></applet>
      5 
      6 <p>This test checks our support for accessibility of java applets.</p>
      7 <p>To test: (on mac only) 
      8 <ol>
      9    <li>Open Accessibility Inspector. Move mouse onto white area of web area.
     10    <li>Press Cmd+F7 to lock onto the web area.
     11    <li>Click on the "Go To" drop down in the window that appears.
     12    <li>Choose AXChildren and select the AXGroup "Button".
     13    <li>Choose AXChildren again and do the same.
     14    <li>Continue this until you see the AXButton.
     15    <li>If you do not see an AXButton, the test fails.
     16 </ol>
     17 <hr>
     18 
     19 </body>
     20 </html>
     21