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

Unified Diff: content/test/data/frame_tree/2-4.html

Issue 188813003: Update several browser_tests / content_browsertests to set iframes' name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename iframe_id to iframe_name 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 | « content/browser/frame_host/frame_tree_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/frame_tree/2-4.html
diff --git a/content/test/data/frame_tree/2-4.html b/content/test/data/frame_tree/2-4.html
index 3767f39d64189135a3915c63b7a81e923c8724ce..02879b37b1bf0137259af038ee607854cd4e991f 100644
--- a/content/test/data/frame_tree/2-4.html
+++ b/content/test/data/frame_tree/2-4.html
@@ -6,7 +6,7 @@
Frame 2-4.
<br>
-<iframe id='3-1-id' src="3-1.html"></iframe>
+<iframe id='3-1-id' name="3-1-name" src="3-1.html"></iframe>
</body>
</html>
« no previous file with comments | « content/browser/frame_host/frame_tree_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698