WebCore/manual-tests/accessibility/java-applet.html
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/accessibility/java-applet.html	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,20 @@
+<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>