blob: 8f03d3a073b2abf7074d7c9ebc02f8f306c56e02 [file] [log] [blame]
<html>
<head>
<script>
window.focus = function() { return "new focus"; }
window.__proto__.blur = function() { return "new blur"; }
window.history.close = "new close";
</script>
</head>
<body>
</body>
</html>