Let's say we have this code
<body> content-1 </body> <script> setTimeout(changeBodyContentTo("content-2"), 5000); </script>
In this case will google crawl and index content-1 or content-2? and how we can test that?