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