Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / user_actions / user_actions.html
blob6085f5e3d3d3547ce5f4440d6ed6d2979ed3ac09
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>User Actions Debug Page</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="user_actions.css">
8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/util.js"></script>
10 <script src="user_actions.js"></script>
11 </head>
12 <body>
13 <p>
14 Listening for user actions...
15 </p>
16 <table id="user-actions-table">
17 <thead><th>User Action</th><th>Timestamp (sec.)</th></thead>
18 </table>
19 </body>
20 </html>