1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tools/performance/pageload/start.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 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 +input { 1.12 + font-family: sans-serif; 1.13 + border: solid 1px gray; 1.14 + margin-right: 0px; 1.15 + margin-left: 0px; 1.16 +} 1.17 +input[type="text"] { 1.18 + width: 3em; 1.19 +} 1.20 +table { 1.21 + border: solid 1px gray; 1.22 + padding: 0.3em; 1.23 + margin-bottom: 0.3em; 1.24 +} 1.25 +</style> 1.26 +</head> 1.27 +<body> 1.28 +<form action="cycler.html" method="GET"> 1.29 +<table> 1.30 +<tr><td>Cycles:</td><td><input type="text" name="cycles" value="5"> (number of times to loop over the pages)</td> 1.31 +<tr><td>Pages:</td><td><input type="text" name="pages" value=""> (only loop over the first N pages; leave blank to loop over all pages)</td> 1.32 +<tr><td>I18N:</td><td><input type="text" name="i18n" value="0"> (set to "1" to include i18n pages)</td> 1.33 +</table> 1.34 +<input type="submit" value="Begin Test"> 1.35 +</form> 1.36 +</body> 1.37 +</html>