Index: chrome/test/data/geolocation/iframes_different_origin.html |
diff --git a/chrome/test/data/geolocation/iframes_different_origin.html b/chrome/test/data/geolocation/iframes_different_origin.html |
index bace494d5022aa79a34e2a5985698f24d85805a9..ac4429fa99e88a38f3027f5b0fc3b4d8fb0bfb51 100644 |
--- a/chrome/test/data/geolocation/iframes_different_origin.html |
+++ b/chrome/test/data/geolocation/iframes_different_origin.html |
@@ -19,8 +19,8 @@ function addIFrame(iframe_id, iframe_src) { |
} |
</script> |
<body> |
-<iframe id="iframe_0"></iframe> |
-<iframe id="iframe_1"></iframe> |
+<iframe id="iframe_0" name="iframe_0"></iframe> |
+<iframe id="iframe_1" name="iframe_1"></iframe> |
Testing Geolocation with iframes. |
</body> |
</html> |