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

Unified Diff: third_party/WebKit/LayoutTests/images/image-map-multiple.html

Issue 2648163002: Remove case-insensitive matching of usemap attribute. (Closed)
Patch Set: _ Created 3 years, 11 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
Index: third_party/WebKit/LayoutTests/images/image-map-multiple.html
diff --git a/third_party/WebKit/LayoutTests/images/image-map-multiple.html b/third_party/WebKit/LayoutTests/images/image-map-multiple.html
index 1e8aeda02637b70e3c17ca82e119ee2d9c77b367..15e399fa6f4b9723557a53d5c6299ce31712e0ac 100644
--- a/third_party/WebKit/LayoutTests/images/image-map-multiple.html
+++ b/third_party/WebKit/LayoutTests/images/image-map-multiple.html
@@ -69,7 +69,7 @@ function runTest()
</script>
<body onload="runTest()">
-<map name="mapName"><area shape=rect coords="0,0,100,100" onclick="setResult('1')"></map>
+<map name="mapname"><area shape=rect coords="0,0,100,100" onclick="setResult('1')"></map>
<map name="mapname"><area shape=rect coords="0,0,100,100" onclick="setResult('2')"></map>
<map name="mapname"><area shape=rect coords="0,0,100,100" onclick="setResult('3')"></map>
<img src="resources/green.jpg" border=20 width=100 height=100 usemap="#mapname" ismap onclick="setResult('img')">

Powered by Google App Engine
This is Rietveld 408576698