<!doctype html>
<!--
Copyright 2017 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!-- This file is loaded from webview accessible resource -->
<html>
<head>
<title>A guest page.</title>
</head>
<body style="padding: 0; margin: 0;">
<script>
this.location = this.location.href + "#foo"
</script>
</body>
</html>