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: third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: Rebase again. Created 3 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: third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html
diff --git a/third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html b/third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html
new file mode 100644
index 0000000000000000000000000000000000000000..52ac791562c96dc7ba10c649834a869a67b4193e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (testRunner) {
+ testRunner.dumpAsText();
+ testRunner.dumpBackForwardList();
+}
+</script>
+</head>
+<body>
+<p>Tests that unique names for frames with identical name attributes don't
+collide. This test requires content_shell --run-layout-test to dump the back
+forward list.
+<iframe src="resources/frameset-dest.html"></iframe>
+<iframe src="resources/frameset-dest.html"></iframe>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698