summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/accessibility/java-applet.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/accessibility/java-applet.html')
-rw-r--r--WebCore/manual-tests/accessibility/java-applet.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/WebCore/manual-tests/accessibility/java-applet.html b/WebCore/manual-tests/accessibility/java-applet.html
deleted file mode 100644
index 5b5fd69..0000000
--- a/WebCore/manual-tests/accessibility/java-applet.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<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>