WebCore/manual-tests/accessibility/java-applet.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:32:07 +0300
changeset 2 303757a437d3
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037 Kit: 201039

<html>
<body id="body">

<applet code="AppletTest.class" width=200 height=140 codebase="resources" name="appletTest"></applet>

<p>This test checks our support for accessibility of java applets.</p>
<p>To test: (on mac only) 
<ol>
   <li>Open Accessibility Inspector. Move mouse onto white area of web area.
   <li>Press Cmd+F7 to lock onto the web area.
   <li>Click on the "Go To" drop down in the window that appears.
   <li>Choose AXChildren and select the AXGroup "Button".
   <li>Choose AXChildren again and do the same.
   <li>Continue this until you see the AXButton.
   <li>If you do not see an AXButton, the test fails.
</ol>
<hr>

</body>
</html>