Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / extensions / test / data / web_view / accept_touch_events / guest.html
blob1f170ffb7bfa8fa8aba2b066856e794333a5844c
1 <!doctype html>
2 <!--
3 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this
4 * source code is governed by a BSD-style license that can be found in the
5 * LICENSE file.
6 -->
7 <html>
8 <head>
9 <script type="text/javascript" src="guest.js"></script>
10 </head>
11 <body>
12 Test guest.
13 <div id="touch-div"></div>
14 </body>
15 </html>