Core Tests: Fixed image reference.

This commit is contained in:
Scott González 2010-07-22 19:27:37 -04:00
parent 27095ef8e1
commit c4369bdaec
2 changed files with 1 additions and 1 deletions

View 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">

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB