aboutsummaryrefslogtreecommitdiffstats
path: root/test/hovertest.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/hovertest.html')
-rw-r--r--test/hovertest.html52
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 -->