diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-06-07 20:54:11 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-06-07 21:00:44 -0400 |
commit | db437be6e31c924aade13bb719f9facc122b3d9c (patch) | |
tree | 183b1931d25d2040c70fea35eca060b96dba44e4 /test/data/testsuite.css | |
parent | 0a80be67f4fe968d99777564a02aeddbde1fbf35 (diff) | |
download | jquery-db437be6e31c924aade13bb719f9facc122b3d9c.tar.gz jquery-db437be6e31c924aade13bb719f9facc122b3d9c.zip |
Check classes passed for duplicates. Fixes #9499.
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r-- | test/data/testsuite.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 47caf34a3..295740f5c 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -119,5 +119,5 @@ sup { display: none; } dfn { display: none; } /* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */ -body, div { background: url(http://www.ctemploymentlawblog.com/test.jpg) no-repeat -1000px 0; } +body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; } |