1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tools/performance/pageload/report.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,44 @@ 1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.5 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.7 + 1.8 +<html> 1.9 +<head> 1.10 + <style type="text/css"> 1.11 + table { 1.12 + border-collapse: collapse; 1.13 + } 1.14 + thead { 1.15 + border: solid 1px black; 1.16 + } 1.17 + th { 1.18 + padding-left: 1em; 1.19 + padding-right: 1em; 1.20 + } 1.21 + tr { 1.22 + border: solid 1px black; 1.23 + } 1.24 + td { 1.25 + padding-left: 1em; 1.26 + padding-right: 1em; 1.27 + } 1.28 + tr > td { 1.29 + text-align: right; 1.30 + } 1.31 + tr > td:first-child { 1.32 + text-align: left; 1.33 + } 1.34 + td.discarded { 1.35 + color: gray; 1.36 + } 1.37 + </style> 1.38 +</head> 1.39 +<body> 1.40 +<table> 1.41 + <thead> 1.42 + <tr><th>Page</th><th>Min</th><th>Max</th><th>Mean</th><th>Std</th><th>Median</th><th>Times...</th></tr> 1.43 + </thead> 1.44 + <tbody id="tbody"></tbody> 1.45 +</table> 1.46 +</body> 1.47 +</html>