tools/performance/pageload/start.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     2    - License, v. 2.0. If a copy of the MPL was not distributed with this
     3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     5 <html>
     6 <head>
     7 <style type="text/css">
     8 input {
     9   font-family: sans-serif;
    10   border: solid 1px gray;
    11   margin-right: 0px;
    12   margin-left: 0px;
    13 }
    14 input[type="text"] {
    15   width: 3em;
    16 }
    17 table {
    18   border: solid 1px gray;
    19   padding: 0.3em;
    20   margin-bottom: 0.3em;
    21 }
    22 </style>
    23 </head>
    24 <body>
    25 <form action="cycler.html" method="GET">
    26 <table>
    27 <tr><td>Cycles:</td><td><input type="text" name="cycles" value="5"> (number of times to loop over the pages)</td>
    28 <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>
    29 <tr><td>I18N:</td><td><input type="text" name="i18n" value="0"> (set to "1" to include i18n pages)</td>
    30 </table>
    31 <input type="submit" value="Begin Test">
    32 </form>
    33 </body>
    34 </html>

mercurial