| <!DOCTYPE html> | |
| <!-- | |
| Copyright 2026 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 just one link. The link is at a precise position to be able | |
| to tap it. | |
| --> | |
| <html> | |
| <body> | |
| <a href="pony.html" id="link" style="display:inline-block;position:absolute;left:40px;top:40px;width:10px;height:10px;">Link</a> | |
| </body> | |
| </html> |