https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 20c88c7dedfa59ef45f7a5b41873c2138f525671 authored by ffxbld on 26 November 2014, 01:43:26 UTC
Added FENNEC_34_0_RELEASE FENNEC_34_0_BUILD2 tag(s) for changeset 9649487b00a2. DONTBUILD CLOSED TREE a=release
Tip revision: 20c88c7
report.html
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<html>
<head>
  <style type="text/css">
    table {
      border-collapse: collapse;
    }
    thead {
      border: solid 1px black;
    }
    th {
      padding-left: 1em;
      padding-right: 1em;
    }
    tr {
      border: solid 1px black;
    }
    td {
      padding-left: 1em;
      padding-right: 1em;
    }
    tr > td {
      text-align: right;
    }
    tr > td:first-child {
      text-align: left;
    }
    td.discarded {
      color: gray;
    }
  </style>
</head>
<body>
<table>
  <thead>
    <tr><th>Page</th><th>Min</th><th>Max</th><th>Mean</th><th>Std</th><th>Median</th><th>Times...</th></tr>
  </thead>
  <tbody id="tbody"></tbody>
</table>
</body>
</html>
back to top