blob: 11c23aa8f9664b655fa3bf96f3f95141d5bbe56a [file] [log] [blame]
<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<body id="body">
<!-- This test ensures that a plugin that is not accessible, will not appear in the AX hierachy-->
<object width=100 height=100>
<param name="movie">
<embed type="application/x-webkit-test-netscape">
</object>
<div id="result"></div>
<script>
if (window.accessibilityController) {
var result = document.getElementById("result");
var body = document.getElementById("body");
body.focus();
result.innerText += accessibilityController.focusedElement.attributesOfChildren() + "\n\n";
}
</script>
</body>
</html>