| Index: LayoutTests/fast/images/image-map-zoom-alt-content.html
|
| diff --git a/LayoutTests/fast/images/image-map-zoom.html b/LayoutTests/fast/images/image-map-zoom-alt-content.html
|
| similarity index 93%
|
| copy from LayoutTests/fast/images/image-map-zoom.html
|
| copy to LayoutTests/fast/images/image-map-zoom-alt-content.html
|
| index 6592132b0a249e6d807b68fb0c30511bfeb07fe3..e12e6b17f8e5b87791f5815e1f48f591641daf86 100644
|
| --- a/LayoutTests/fast/images/image-map-zoom.html
|
| +++ b/LayoutTests/fast/images/image-map-zoom-alt-content.html
|
| @@ -31,7 +31,7 @@ function setResult(message)
|
| <area shape=rect coords="30,30,70,70" href onclick="setResult('SUCCESS'); event.stopPropagation(); event.preventDefault();">
|
| </map>
|
|
|
| -<img style="position: relative; left: 100px" border="20" width="100" height="100" usemap="#navmap" ismap>
|
| +<img style="position: relative; left: 100px" border="20" width="100" height="100" usemap="#navmap" src="no-img.png" ismap>
|
|
|
| <hr>
|
|
|
|
|