tools/performance/pageload/report.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     2    - License, v. 2.0. If a copy of the MPL was not distributed with this
     3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     5 <html>
     6 <head>
     7   <style type="text/css">
     8     table {
     9       border-collapse: collapse;
    10     }
    11     thead {
    12       border: solid 1px black;
    13     }
    14     th {
    15       padding-left: 1em;
    16       padding-right: 1em;
    17     }
    18     tr {
    19       border: solid 1px black;
    20     }
    21     td {
    22       padding-left: 1em;
    23       padding-right: 1em;
    24     }
    25     tr > td {
    26       text-align: right;
    27     }
    28     tr > td:first-child {
    29       text-align: left;
    30     }
    31     td.discarded {
    32       color: gray;
    33     }
    34   </style>
    35 </head>
    36 <body>
    37 <table>
    38   <thead>
    39     <tr><th>Page</th><th>Min</th><th>Max</th><th>Mean</th><th>Std</th><th>Median</th><th>Times...</th></tr>
    40   </thead>
    41   <tbody id="tbody"></tbody>
    42 </table>
    43 </body>
    44 </html>

mercurial