chromium/chromecast/browser/test/data/location_redirect.html

<!DOCTYPE html>
<head>
</head>
<body>
    <script type="text/javascript">
    window.location = "about:blank";
    </script>
</body>