chromium/chrome/test/data/script_redirect.html

<html>
<head><title>Script-redirect Test Page</title></head>
<body>
  <script type='text/javascript'>
  location.href = decodeURIComponent(window.location.search.substring(1));
  </script>
</body>
</html>