| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../resources/js-test-pre.js"></script> |
| <svg id="svg" width="4in" height="4in" role="button" aria-label="clickable circle" onclick="svgClicked();"> |
| <circle cx="2in" cy="2in" r="1.75in" fill="green" stroke="black"> |
| <title>Clickable circle</title> |
| window.jsTestIsAsync = true; |
| description("This tests that AXPress works on SVG elements"); |
| debug("SVG element WAS clicked with accessibility"); |
| if (window.accessibilityController) { |
| var svg = accessibilityController.accessibleElementById("svg"); |
| <script src="../resources/js-test-post.js"></script> |