| <!doctype html> | |
| <script> | |
| opener.history_length = history.length; | |
| </script> | |
| <a onclick="location.assign('scripted_click_location_assign_during_load-2.html'); return false;" href>Click Here</a> | |
| <script> | |
| document.links[0].click() | |
| </script> | |
| <p>Filler image to keep the page loading:</p> | |
| <img> | |
| <script> | |
| document.images[0].src = "/media/2048x1360-random.jpg?pipe=trickle(d1:1:r2)&random=" + Math.random() | |
| </script> |