blob: 6b229914fc226e8fcc2b09e79cf78798d781ab62 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var log = function(msg)
{
document.getElementById("console").appendChild(document.createTextNode(msg + "\n"));
}
onload = function()
{
if (window.accessibilityController)
log(accessibilityController.focusedElement.allAttributes());
else
log("This test requires DumpRenderTree to run.")
}
</script>
</head>
<body>
<pre id="console"></pre>
</body>
</html>