aboutsummaryrefslogtreecommitdiffstats
path: root/test/delegatetest.html
diff options
context:
space:
mode:
authorTrey Hunner <treyhunner@gmail.com>2012-05-18 13:28:50 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-05-18 13:28:50 -0400
commitf1dcaad09736c194f9148e5bf5fb08498a483a7a (patch)
treec4de3c9b5b52643e6cf894a2154101b23dafa53c /test/delegatetest.html
parentc4df0c91bed4358ddca4b493afc06c69e5b501f0 (diff)
downloadjquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.tar.gz
jquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.zip
Fix indentation in /speed and /test dirs, closes gh-780.
Diffstat (limited to 'test/delegatetest.html')
-rw-r--r--test/delegatetest.html54
1 files changed, 27 insertions, 27 deletions
diff --git a/test/delegatetest.html b/test/delegatetest.html
index a291763b2..b16771d3d 100644
--- a/test/delegatetest.html
+++ b/test/delegatetest.html
@@ -89,37 +89,37 @@ th, td {
</table>
<p>NOTE: Only IE supports propertychange, beforeactivate, beforedeactivate; buttons do not support change events.</p>
- <h2>Submit Tests</h2>
- <table>
+<h2>Submit Tests</h2>
+<table>
<tr>
- <td>
- Submit each:
- </td>
- <td>
- <form action="" id="text_submit">
- <input class='test' type='text' value='Key Return To Submit'/>
- </form>
- </td>
- <td>
- <form action="" id="password_submit">
- <input class='test' type='password' value=''/>
- </form>
- </td>
- <td>
- <form action="" id="submit_submit">
- <input type='submit' value="Click Me To Submit" />
- </form>
- </td>
- <td>$(document).bind('submit')</td>
+ <td>
+ Submit each:
+ </td>
+ <td>
+ <form action="" id="text_submit">
+ <input class='test' type='text' value='Key Return To Submit'/>
+ </form>
+ </td>
+ <td>
+ <form action="" id="password_submit">
+ <input class='test' type='password' value=''/>
+ </form>
+ </td>
+ <td>
+ <form action="" id="submit_submit">
+ <input type='submit' value="Click Me To Submit" />
+ </form>
+ </td>
+ <td>$(document).bind('submit')</td>
</tr>
<tr>
- <td>Results:</td>
- <td id='textSubmit' class="red">TEXT</td>
- <td id='passwordSubmit' class="red">PASSWORD</td>
- <td id='submitSubmit' class="red">BUTTON</td>
- <td id='boundSubmit' class="red">DOCUMENT</td>
+ <td>Results:</td>
+ <td id='textSubmit' class="red">TEXT</td>
+ <td id='passwordSubmit' class="red">PASSWORD</td>
+ <td id='submitSubmit' class="red">BUTTON</td>
+ <td id='boundSubmit' class="red">DOCUMENT</td>
</tr>
- </table>
+</table>
<form id="autosub"><input type=submit name=subme /></form>