aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-15 16:43:47 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-15 16:43:47 -0400
commitc0f6b0ccdf69c705a03e30778ae318e0cd8a0625 (patch)
treed40fe3aa05c069a3bbbac955f895bb9407ab7742 /tests/index.js
parent00375d97bbb34af55c936ab92cf3d6943b068cd1 (diff)
downloadjquery-ui-c0f6b0ccdf69c705a03e30778ae318e0cd8a0625.tar.gz
jquery-ui-c0f6b0ccdf69c705a03e30778ae318e0cd8a0625.zip
Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual tests (Index of Static and Visual tests do not exist).
Diffstat (limited to 'tests/index.js')
-rw-r--r--tests/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/index.js b/tests/index.js
new file mode 100644
index 000000000..26c07498f
--- /dev/null
+++ b/tests/index.js
@@ -0,0 +1,10 @@
+$(function() {
+
+$( "#main" )
+ .addClass( "ui-widget" )
+ .find( "h1, h2" )
+ .addClass( "ui-widget-header ui-corner-top" )
+ .next()
+ .addClass( "ui-widget-content ui-corner-bottom" );
+
+});