summaryrefslogtreecommitdiffstats
path: root/tools/page_cycler/startup_test_common/blank.html
blob: acb46db51c67d75bd07a44c18dfe8c032ef4e72c (plain)
1
2
3
4
5
<script>
  window.onload = function() {
    console.log("PAGE_ONLOAD_EVENT" + location.hash);
  };
</script>