Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: LayoutTests/fast/images/image-map-zoom-alt-content.html

Issue 1094133004: Image maps should work for images with alt content (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/images/image-map-zoom-alt-content-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/images/image-map-zoom-alt-content-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698