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

Unified Diff: LayoutTests/http/tests/history/frameset-repeated-name.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
« no previous file with comments | « no previous file | LayoutTests/http/tests/history/frameset-repeated-name-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/history/frameset-repeated-name.html
diff --git a/LayoutTests/http/tests/history/frameset-repeated-name.html b/LayoutTests/http/tests/history/frameset-repeated-name.html
new file mode 100644
index 0000000000000000000000000000000000000000..4c5f7163e46f8f5fb38aba9c3e70747fa8b3a5bc
--- /dev/null
+++ b/LayoutTests/http/tests/history/frameset-repeated-name.html
@@ -0,0 +1,12 @@
+<head>
+<script>
+if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.dumpBackForwardList();
+}
+</script>
+</head>
+<frameset>
+<frame src="resources/frameset-dest.html">
+<frame src="resources/frameset-dest.html">
+</frameset>
« no previous file with comments | « no previous file | LayoutTests/http/tests/history/frameset-repeated-name-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698