aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-22 19:27:37 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-22 19:27:37 -0400
commitc4369bdaecec592a19c3ccc78f1ff78f6384538a (patch)
tree4c375d1c694048711a65d421316cb2906f2662e5
parent27095ef8e1cfe7a4229c7182af0ff744f0e85669 (diff)
downloadjquery-ui-c4369bdaecec592a19c3ccc78f1ff78f6384538a.tar.gz
jquery-ui-c4369bdaecec592a19c3ccc78f1ff78f6384538a.zip
Core Tests: Fixed image reference.
-rw-r--r--tests/unit/core/core.html2
-rw-r--r--tests/unit/images/jqueryui_32x32.pngbin0 -> 3944 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html
index ec5577001..4f9e13bde 100644
--- a/tests/unit/core/core.html
+++ b/tests/unit/core/core.html
@@ -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
index 000000000..23ca0f8b9
--- /dev/null
+++ b/tests/unit/images/jqueryui_32x32.png
Binary files differ