chromium/chrome/test/data/extensions/platform_apps/web_view/pointer_lock_focus/main.html

<!--
Copyright 2014 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!-- See chrome/browser/extensions/web_view_interactive_browsertest.cc 
(WebViewInteractiveTest, PointerLockFocus) for documentation on this test. -->
<html><head>
  <style type="text/css">
    * {
      margin: 0px;
      padding: 0px;
    }
  </style>
</head>
<body>
  <div id="webview-tag-container" style="height:150px; background:#FFFF00;">
    <webview id="webview" style="width: 400px; height: 100px; margin: 0;
    padding: 0;"></webview>
  </div>
  <div id="embedder-area" style="height:600px; background:#FFFF00;">
    <textarea id="embedder-textarea"></textarea>
  </div>
  <script src="main.js"></script>
</body>
</html>