Index: chrome/test/data/geolocation/tab_destroyed.html |
diff --git a/chrome/test/data/geolocation/tab_destroyed.html b/chrome/test/data/geolocation/tab_destroyed.html |
index b71dca0c9cefe1945159586bfbb98d23136cdb74..5472e400c61c8670c171a500a53d82403118c67d 100644 |
--- a/chrome/test/data/geolocation/tab_destroyed.html |
+++ b/chrome/test/data/geolocation/tab_destroyed.html |
@@ -22,9 +22,9 @@ function addIFrame(iframe_id, iframe_src) { |
} |
</script> |
<body> |
-<iframe id="iframe_0"></iframe> |
-<iframe id="iframe_1"></iframe> |
-<iframe id="iframe_2"></iframe> |
+<iframe id="iframe_0" name="iframe_0"></iframe> |
+<iframe id="iframe_1" name="iframe_1"></iframe> |
+<iframe id="iframe_2" name="iframe_2"></iframe> |
Testing Geolocation with iframes. |
</body> |
</html> |