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