diff --git a/test/index.html b/test/index.html
index 006dadadfd..746e937362 100644
--- a/test/index.html
+++ b/test/index.html
@@ -212,9 +212,9 @@
- - Test1 is just using the plain on mousewheel() with a function passed in and does not prevent default. (Also logs the value of pageX and pageY event properties.)
+ - Test1 is just using the plain on
mousewheel()
with a function passed in and does not prevent default. (Also logs the value of pageX
and pageY
event properties.)
- Test2 should prevent the default action.
- - Test3 should only log a mouseover and mouseout event. Testing unmousewheel().
+ - Test3 should only log a
mouseover
and mouseout
event. Testing unmousewheel()
.
- Test4 has two handlers.
- Test5 is like Test2 but has children. The children should not scroll until mousing over them.
- Test6 is like Test5 but should not scroll children or parents.