From 7b08e4ba4bb182a304cc590781af45a8ee327319 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Fri, 22 Feb 2013 09:47:31 -0600 Subject: [PATCH] Updating test to make it easier to test against multiple versions of jQuery --- test/index.html | 644 ++++++++++++++++++++++++------------------------ 1 file changed, 324 insertions(+), 320 deletions(-) diff --git a/test/index.html b/test/index.html index aef719de5..33191f53c 100644 --- a/test/index.html +++ b/test/index.html @@ -1,326 +1,330 @@ - - Testing mousewheel plugin + + Testing mousewheel plugin - - - - - - - - - - - - - - -

jQuery mousewheel.js - Test

-

- - - - -

Test1

-

Test2

-

Test3

-

Test4

-
-

Test5

-
-

Test6

-

Test7

-
-
- -
- -
- + #test2 { + background-color: #333; + width: 120px; + height: 100px; + color: #fff; + float: left; + } + + #test3 { + background-color: #666; + width: 120px; + height: 100px; + color: #fff; + float: left; + } + + #test4 { + background-color: #000; + width: 120px; + height: 100px; + color: #fff; + float: left; + } + + #test5 { + background-color: #333; + padding: 5px; + width: 400px; + height: 400px; + color: #fff; + float: left; + } + + #test6 { + background-color: #666; + padding: 5px; + width: 250px; + height: 250px; + color: #fff; + float: left; + } + + #test7 { + background-color: #000; + padding: 5px; + width: 100px; + height: 100px; + color: #fff; + float: left; + } + + #forceScroll { + clear: both; + height: 1000px; + } + + #logger { + position: absolute; + top: 395px; + left: 12px; + width: 460px; + height: 290px; + overflow: auto; + } + + #logger p { + font-family: Arial, sans-serif; + font-size: 13px; + padding: 2px; + border-bottom: 1px solid #ccc; + margin: 0; + } + + #logger p:nth-child(even) { + background-color: #FFFFE8; + } + + #logger p:nth-child(10n) { + border-bottom-color: #000; + } + + + + +

jQuery mousewheel.js - Test

+

+ + + + +

Test1

+

Test2

+

Test3

+

Test4

+
+

Test5

+
+

Test6

+

Test7

+
+
+ +
+ +
+