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

Unified Diff: chrome/test/data/geolocation/tab_destroyed.html

Issue 208413002: Update several iframes in geolocation browser_tests to be named (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « chrome/test/data/geolocation/iframes_different_origin.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/data/geolocation/iframes_different_origin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698