aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.js
diff options
context:
space:
mode:
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" );
+
+});