aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2012-11-01 17:32:08 -0400
committerRichard Gibson <richard.gibson@gmail.com>2012-11-01 17:32:08 -0400
commit3f515045808dda2b4320a82894e875eb61d255e2 (patch)
tree1dc3c8a2420fc5822e330f06a1a5b95e3dd2c3fe /test/unit/attributes.js
parent395f1da76ba9faeb2f72548c28da228474a2434c (diff)
downloadjquery-3f515045808dda2b4320a82894e875eb61d255e2.tar.gz
jquery-3f515045808dda2b4320a82894e875eb61d255e2.zip
No ticket: remove test suite external dependencies
Diffstat (limited to 'test/unit/attributes.js')
-rw-r--r--test/unit/attributes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/attributes.js b/test/unit/attributes.js
index 59b34a7a4..f171e896e 100644
--- a/test/unit/attributes.js
+++ b/test/unit/attributes.js
@@ -119,7 +119,7 @@ test( "attr(String)", function() {
equal( jQuery( option ).attr("selected"), "selected", "Make sure that a single option is selected, even when in an optgroup." );
- var $img = jQuery("<img style='display:none' width='215' height='53' src='http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif'/>").appendTo("body");
+ var $img = jQuery("<img style='display:none' width='215' height='53' src='data/1x1.jpg'/>").appendTo("body");
equal( $img.attr("width"), "215", "Retrieve width attribute an an element with display:none." );
equal( $img.attr("height"), "53", "Retrieve height attribute an an element with display:none." );