<!--
Copyright 2013 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, PointerLock) 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:600px; background:#FFFF00;">
</div>
<div id="mousemove-capture-container" style="height:50px; width:200px; background:#0000FF;"></div>
<script src="main.js"></script>
</body>
</html>