blob: 293dc5f4b4744e58a56a38c848d3b4e4a2504d9a [file] [log] [blame]
<html>
<head>
<script>
window.focus = function() { return "new focus"; }
window.__proto__.blur = function() { return "new blur"; }
window.history.close = "new close";
window.onload = function()
{
if (window.layoutTestController)
layoutTestController.globalFlag = true;
}
</script>
</head>
<body>
</body>
</html>