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

Unified Diff: LayoutTests/http/tests/history/resources/frameset-dest.html

Issue 207143002: Make FrameTree::uniqueName() more unique. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use name() instead of uniqueName() for find() 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
Index: LayoutTests/http/tests/history/resources/frameset-dest.html
diff --git a/LayoutTests/http/tests/history/resources/frameset-dest.html b/LayoutTests/http/tests/history/resources/frameset-dest.html
new file mode 100644
index 0000000000000000000000000000000000000000..52acfb6630ef42527b361caada7d20974458de1c
--- /dev/null
+++ b/LayoutTests/http/tests/history/resources/frameset-dest.html
@@ -0,0 +1,6 @@
+<frameset>
+<frame name="f1" id="f1">
+<frame name="f2" id="f2">
+<frame name="f3" id="f3">
+<frame name="f4" id="f4">
+</frameset>

Powered by Google App Engine
This is Rietveld 408576698