- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / pointer_lock / main.html
1 <!--
2  * Copyright (c) 2013 The Chromium Authors. All rights reserved.  Use of this
3  * source code is governed by a BSD-style license that can be found in the
4  * LICENSE file.
5 -->
6 <!-- See chrome/browser/extensions/web_view_interactive_browsertest.cc 
7 (WebViewInteractiveTest, PointerLock) for documentation on this test. -->
8 <html><head>
9   <style type="text/css">
10     * {
11       margin: 0px;
12       padding: 0px;
13     }
14   </style>
15 </head>
16 <body>
17   <div id="webview-tag-container" style="height:600px; background:#FFFF00;">
18   </div>
19   <div id="mousemove-capture-container" style="height:50px; width:200px; background:#0000FF;"></div>
20   <script src="main.js"></script>
21 </body>
22 </html>