Mypal/layout/generic/crashtests/551635-1.html

17 lines
203 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
document.documentElement.focus();
}
</script>
</head>
<frameset onload="boom();"></frameset>
</html>