https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1aa71a3e21f8274be93d79c2a14afcdcb2e5f08a authored by ffxbld on 03 June 2011, 16:28:29 UTC
Added tag FIREFOX_5_0b4_BUILD1 for changeset 19cc7d157bfa. CLOSED TREE a=release
Tip revision: 1aa71a3
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