Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / pointer_lock_focus / main.html
1 <!--
2  * Copyright 2014 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, PointerLockFocus) 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     <webview id="webview" style="width: 400px; height: 400px; margin: 0;
19     padding: 0;"></webview>
20   </div>
21   <div id="embedder-area" style="height:600px; background:#FFFF00;">
22     <textarea id="embedder-textarea"></textarea>
23   </div>
24   <script src="main.js"></script>
25 </body>
26 </html>