chromium/third_party/blink/web_tests/http/tests/navigation/document-location-onload.html

<html>
<head>
<script src="resources/document-location.js"></script>
<script>
  function runTest() {
    setTimeout('setLocation()', 0);
  }
</script>
</head>
<body onload="start()">
This tests that assigning to document.location from a timeout from the onload
handler adds a back/forward item.
</body>
</html>