Index: LayoutTests/fast/images/imagemap-overflowing-polygon-focus-ring.html |
diff --git a/LayoutTests/fast/images/imagemap-overflowing-polygon-focus-ring.html b/LayoutTests/fast/images/imagemap-overflowing-polygon-focus-ring.html |
index a55a3dadb8fc254993ef3d4d1186c5487e229821..7456f634e7b9d752c50b2a52d03e4b6b8dd9ca19 100644 |
--- a/LayoutTests/fast/images/imagemap-overflowing-polygon-focus-ring.html |
+++ b/LayoutTests/fast/images/imagemap-overflowing-polygon-focus-ring.html |
@@ -4,7 +4,7 @@ |
<map name="imagemap"> |
<area id="area" shape="polygon" coords="60,-10,0,160,150,40,-30,40,120,160" href="#dummy" /> |
</map> |
-<img src="dummy.gif" width="128" height="128" usemap="#imagemap" /> |
+<img width="128" height="128" usemap="#imagemap" /> |
<script>document.getElementById("area").focus()</script> |
</body> |
</html> |