summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/403048.html
blob: c41018222ea37a086ba452389036b82ecf4f4133 (plain)
1
2
3
4
5
6
7
8
9
10
<html><head></head>
<body>
<basefont style="position: absolute;">
<div id="a" tabindex="1"><span style="position: absolute;"></span>
</div>
<script>
var y=document.getElementById('a');
y.focus();
</script>
</body></html>