blob: 9cda887cfc831a8f51194ccd658209ae48b014ba [file] [log] [blame]
<html>
<head>
<script>
window.location.assign = function() { return "new assign"; }
window.location.reload = "new reload";
window.location.replace = "new replace";
window.onload = function()
{
if (window.testRunner)
testRunner.globalFlag = true;
}
</script>
</head>
<body>
</body>
</html>