<!DOCTYPE html>
<!--
Copyright 2019 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 elements for context menu test.
-->
<html>
<body>
<div>
<a id="normal-link" href="/destination.html">normal-link-text</a>
</div>
<!-- mirror elements above with style="-webkit-touch-callout: none" -->
<div style="-webkit-touch-callout: none">
<a id="no-webkit-link" href="/destination.html" style="-webkit-touch-callout: default">no-webkit-link-text</a>
</div>
</body>
</html>