https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 28f2c0bd5d48546dc8ab9a79ebf7a8338eda0ae1 authored by ffxbld on 16 September 2011, 15:31:15 UTC
Added tag FENNEC_7_0b6_BUILD1 for changeset 9762e914552f. CLOSED TREE a=release
Tip revision: 28f2c0b
report.html
<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