blob: 8849fdc456337fe25f548062ebc001498ac24e50 [file] [log] [blame]
<html>
<head>
<script>
window.history.back = function() { return "new back"; }
window.history.__proto__.forward = function() { return "new forward"; }
window.history.go = "new go";
window.onload = function()
{
if (window.testRunner)
testRunner.globalFlag = true;
}
</script>
</head>
<body>
</body>
</html>