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

Unified Diff: chrome/test/data/geolocation/iframes_different_origin.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 | « no previous file | chrome/test/data/geolocation/tab_destroyed.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/test/data/geolocation/tab_destroyed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698