- add sources.
[platform/framework/web/crosswalk.git] / src / tools / page_cycler / startup_test_common / blank.html
1 <script>
2   window.onload = function() {
3     console.log("PAGE_ONLOAD_EVENT" + location.hash);
4   };
5 </script>