diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css new file mode 100644 index 00000000..e7618fff --- /dev/null +++ b/build/test/data/testsuite.css @@ -0,0 +1,8 @@ +body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 } +body { margin: 0; padding: 0; font-size: small; } +h1 { padding: 15px; margin: 0; font-size: large; background-color: #06b; color: white; border-bottom: 1px solid #ccc } +h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal } + +.pass { color: green; } +.fail { color: red; } +#tests ol { display: none; margin-left: 1em; } \ No newline at end of file diff --git a/build/test/index.html b/build/test/index.html index c07230f4..1a8c176a 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -4,15 +4,17 @@ - + -

jQuery - Test Suite

+

jQuery Core - Test Suite

+