blob: 655ce9ecf76bc49f0f14add80338e1ade83eba08 [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.layoutTestController)
layoutTestController.globalFlag = true;
}
</script>
</head>
<body>
</body>
</html>