diff options
author | Ariel Flesler <aflesler@gmail.com> | 2008-05-28 20:19:18 +0000 |
---|---|---|
committer | Ariel Flesler <aflesler@gmail.com> | 2008-05-28 20:19:18 +0000 |
commit | 52fbe5d2a8441c9bca5c2b8b9fa8b2bc388a11c1 (patch) | |
tree | 2f000ae079f3f722149059f72a81c7e6b00f5dcd /test/data | |
parent | 6bf51eea0489149c755f12007b585dc5521b46d3 (diff) | |
download | jquery-52fbe5d2a8441c9bca5c2b8b9fa8b2bc388a11c1.tar.gz jquery-52fbe5d2a8441c9bca5c2b8b9fa8b2bc388a11c1.zip |
test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testsuite.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 4801becd6..cb9ef08b8 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -114,4 +114,16 @@ div.chain.test div { background: green; } div.chain.out { background: green; } div.chain.out div { background: red; display: none; } -div#show-tests * { display: none; }
\ No newline at end of file +div#show-tests * { display: none; } + +form.otherlibs{ + margin: 20px 0 0 30px; +} + form.otherlibs label{ + display:block; + margin: 5px 0 5px 30px; + } + form.otherlibs input.submit{ + margin:30px 0 0 0; + + }
\ No newline at end of file |