<!--
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="locktarget">
<button id='button1' style="height:50px; width:150px;">Pointer Lock</button>
</div>
<script src="guest.js"></script>
</body>
</html>