Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / accessibility / java-applet.html
blob5b5fd693b8c32a8e931f1acd7f5af2161f396748
1 <html>
2 <body id="body">
4 <applet code="AppletTest.class" width=200 height=140 codebase="resources" name="appletTest"></applet>
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>
19 </body>
20 </html>