1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-23 16:59:14 +00:00
Files
UXP/layout/base/crashtests/403048.html
T

10 lines
220 B
HTML

<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>