From: Jörn Zaefferer Date: Thu, 26 Oct 2006 10:58:23 +0000 (+0000) Subject: Modified core and form test suites to use a single stylesheet; Modified form.js to... X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=513122442717ee350ce6e7ff6e7227cce54c0444 Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image... --- diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css new file mode 100644 index 0000000..e7618ff --- /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 c07230f..1a8c176 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -4,15 +4,17 @@ - + -

jQuery - Test Suite

+

jQuery Core - Test Suite

+