diff options
author | Trey Hunner <treyhunner@gmail.com> | 2012-05-18 13:28:50 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-05-18 13:28:50 -0400 |
commit | f1dcaad09736c194f9148e5bf5fb08498a483a7a (patch) | |
tree | c4de3c9b5b52643e6cf894a2154101b23dafa53c /test/hovertest.html | |
parent | c4df0c91bed4358ddca4b493afc06c69e5b501f0 (diff) | |
download | jquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.tar.gz jquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.zip |
Fix indentation in /speed and /test dirs, closes gh-780.
Diffstat (limited to 'test/hovertest.html')
-rw-r--r-- | test/hovertest.html | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/test/hovertest.html b/test/hovertest.html index 2d2736a65..a0efd9f4f 100644 --- a/test/hovertest.html +++ b/test/hovertest.html @@ -31,64 +31,64 @@ p { </style> </head> <body> - <h2>Hover (mouse{over,out,enter,leave}) Tests</h2> + <h2>Hover (mouse{over,out,enter,leave}) Tests</h2> <p>Be sure to try moving the mouse out of the browser via the left side on each test.</p> <div id="wrapper"> - + <div id="hoverbox" class="hover-box"> - <div class="hover-status"> + <div class="hover-status"> <button>Activate</button> .hover() in/out: <span class="ins">0</span> / <span class="outs">0</span> </div> - <div class="hover-inside"> - Mouse over here should NOT trigger the counter. - </div> + <div class="hover-inside"> + Mouse over here should NOT trigger the counter. + </div> </div> <div id="liveenterbox" class="hover-box"> - <div class="hover-status"> + <div class="hover-status"> <button>Activate</button> Live enter/leave: <span class="ins">0</span> / <span class="outs">0</span> </div> - <div class="hover-inside"> - Mouse over here should NOT trigger the counter. - </div> + <div class="hover-inside"> + Mouse over here should NOT trigger the counter. + </div> </div> <div id="delegateenterbox" class="hover-box"> - <div class="hover-status"> + <div class="hover-status"> <button>Activate</button> Delegated enter/leave: <span class="ins">0</span> / <span class="outs">0</span> </div> - <div class="hover-inside"> - Mouse over here should NOT trigger the counter. - </div> + <div class="hover-inside"> + Mouse over here should NOT trigger the counter. + </div> </div> <div id="overbox" class="hover-box"> - <div class="hover-status"> + <div class="hover-status"> <button>Activate</button> Bind over/out: <span class="ins">0</span> / <span class="outs">0</span> </div> - <div class="hover-inside"> - Mouse over here SHOULD trigger the counter. - </div> + <div class="hover-inside"> + Mouse over here SHOULD trigger the counter. + </div> </div> <div id="liveoverbox" class="hover-box"> - <div class="hover-status"> + <div class="hover-status"> <button>Activate</button> Live over/out: <span class="ins">0</span> / <span class="outs">0</span> </div> - <div class="hover-inside"> - Mouse over here SHOULD trigger the counter. - </div> + <div class="hover-inside"> + Mouse over here SHOULD trigger the counter. + </div> </div> <div id="delegateoverbox" class="hover-box"> - <div class="hover-status"> + <div class="hover-status"> <button>Activate</button> Delegated over/out: <span class="ins">0</span> / <span class="outs">0</span> </div> - <div class="hover-inside"> - Mouse over here SHOULD trigger the counter. - </div> + <div class="hover-inside"> + Mouse over here SHOULD trigger the counter. + </div> </div> </div> <!-- wrapper --> |