]> source.dussan.org Git - jquery-ui.git/commitdiff
Core Tests: Fixed image reference.
authorScott González <scott.gonzalez@gmail.com>
Thu, 22 Jul 2010 23:27:37 +0000 (19:27 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 22 Jul 2010 23:27:37 +0000 (19:27 -0400)
tests/unit/core/core.html
tests/unit/images/jqueryui_32x32.png [new file with mode: 0644]

index ec557700135c83db91653d03e0fdec1fa97a6c07..4f9e13bde17723034d9c41d4ffd6c656be666486 100644 (file)
@@ -42,7 +42,7 @@
 
 <div id="main" style="position: absolute; top: -10000px; left: -10000px;">
 
-       <img src="images/jqueryui_32x32.png" usemap="#mymap" width="10", height="10">
+       <img src="../images/jqueryui_32x32.png" usemap="#mymap" width="10", height="10">
        <map name="mymap">
                <area shape="rect" coords="0,0,1,1" id="areaCoordsNoHref">
                <area shape="rect" coords="1,1,2,2" href="foo.html" id="areaCoordsHref">
diff --git a/tests/unit/images/jqueryui_32x32.png b/tests/unit/images/jqueryui_32x32.png
new file mode 100644 (file)
index 0000000..23ca0f8
Binary files /dev/null and b/tests/unit/images/jqueryui_32x32.png differ