From 513122442717ee350ce6e7ff6e7227cce54c0444 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 26 Oct 2006 10:58:23 +0000 Subject: [PATCH] Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image... --- build/test/data/testsuite.css | 8 ++++++++ build/test/index.html | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 build/test/data/testsuite.css 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

+

-- 1.7.10.4