<!DOCTYPE html>
<!--
Copyright 2018 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 contains different types of links and can be used to test
renderer-initiated navigation.
-->
<html>
<body>
<center>
<a href="pony.html" id="normal-link">Normal Link</a>
<a href="#samePage" id="same-page-link">Same-page Link</a>
</center>
</body>
</html>