blob: 02a0df569d580dbbc6d05e290986c6265765feb1 [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.testRunner)
testRunner.globalFlag = true;
}
</script>
</head>
<body>
</body>
</html>