blob: bae86bf194984f517752eec8a8b6c38a4d2d5435 [file] [log] [blame]
<html>
<head>
<script>
function focusOutOfSightLink()
{
document.getElementsByTagName("a")[0].focus();
}
</script>
</head>
<body onLoad="focusOutOfSightLink()">
<div style="height:2000px;">
padding to make link be initially scrolled out of sight
</div>
<a href="">this link should be focused and revealed after page loads</a>
</body>
</html>