blob: f7689c1b07e4c3fc30a6eb1a11da0a45444f21b0 [file] [log] [blame]
<script>
window.customWindowProperty = 1;
window.history.customHistoryProperty = 1;
window.location.customLocationProperty = 1;
window.onload = function()
{
if (window.testRunner)
testRunner.globalFlag = true;
}
</script>