blob: a7deb422da1c962e299556648032302c2d053a32 [file] [log] [blame]
<!doctype html>
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<title>Chrome AppsV2 Key Event Tester</title>
<script src="chord_tracker.js"></script>
<script src="event_listeners.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" href="main.css">
</head>
<body>
<h2>Chrome AppsV2 Key Event Tester</h2>
<div class="controls">
<button id="show-log">Debug log</button>
<button id="clear-log">Clear logs</button>
</div>
<div id="pnacl-listener">
<embed id="pnacl-plugin" width=0 height=0
src="remoting_key_tester.nmf" type="application/x-pnacl" />
</div>
<div class="logs">
<div id="pnacl-log" class="summary-log-container">
</div>
<div id="text-log-container" hidden>
<div>
</div>
<div class="controls">
<button id="hide-log">Close</button>
</div>
<div id="text-log" class="selectable">
</div>
</div>
</div>
</body>
</html>