diff options
-rw-r--r-- | tests/unit/core/core.html | 2 | ||||
-rw-r--r-- | tests/unit/images/jqueryui_32x32.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..23ca0f8b9 --- /dev/null +++ b/tests/unit/images/jqueryui_32x32.png |