1<!--
2Copyright 2013 The Chromium Authors. All rights reserved.
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5-->
6<div>
7  <h2>Event Logs</h2>
8  <table>
9    <thead>
10      <tr>
11        <th class="event-logs-time">Time</th>
12        <th class="event-logs-place">Filename: line</th>
13        <th class="event-logs-message">Message</th>
14      </tr>
15    </thead>
16    <tbody></tbody>
17  </table>
18</div>
19