Skip to content

Commit c4369bd

Browse files
committed
Core Tests: Fixed image reference.
1 parent 27095ef commit c4369bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/unit/core/core.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 id="qunit-userAgent"></h2>
4242

4343
<div id="main" style="position: absolute; top: -10000px; left: -10000px;">
4444

45-
<img src="images/jqueryui_32x32.png" usemap="#mymap" width="10", height="10">
45+
<img src="../images/jqueryui_32x32.png" usemap="#mymap" width="10", height="10">
4646
<map name="mymap">
4747
<area shape="rect" coords="0,0,1,1" id="areaCoordsNoHref">
4848
<area shape="rect" coords="1,1,2,2" href="foo.html" id="areaCoordsHref">

tests/unit/images/jqueryui_32x32.png

3.85 KB
Loading

0 commit comments

Comments
 (0)