dfbcvbcvbcvbvb
JavaScript performance comparison
Preparation code
<div onkeypress="javascript:return WebForm_FireDefaultButton(event, 'BtnConfermaL')" id="pan_login">
<table summary="Box per effettuare il login a sistema, inserire username e password.">
<caption>Login a sistema</caption>
<tbody><tr>
<td scope="row">
<label id="UserNameLabel" for="UserName">Username (E-mail)</label>
</td>
<td>
<input type="text" class="myInput" title="UserName" tabindex="1" accesskey="l" id="UserName" maxlength="255" name="UserName">
</td>
</tr>
<tr>
<td scope="row">
<label id="PasswordLabel" for="Password">Password</label>
</td>
<td>
<input type="password" class="myInput" title="Password" tabindex="2" id="Password" maxlength="50" name="Password">
<input type="submit" class="inputButton" title="Conferma l'accesso" tabindex="3" id="BtnConfermaL" value="Login" name="BtnConfermaL">
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" class="linkButton" title="Vai a funzionalità reinvio password" tabindex="4" id="BtnPwdDimenticataL" value="Forgotten password?" name="BtnPwdDimenticataL">
</td>
</tr>
</tbody></table>
</div>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
1 |
|
pending… |
2 |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published
- Revision 2: published
- Revision 3: published
0 comments