<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> |