blob: 4073c534e3d07fe6ed4d7be0e50d71763a144034 [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
var selection = window.getSelection();
if (selection.setBaseAndExtent)
selection.setBaseAndExtent(document.body, 0, document.body, 10);
else if (selection.selectAllChildren)
selection.selectAllChildren(document.body);
}
</script>
</head>
<body>
FOREIGN DOMAIN
</body>
</html>