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

Unified Diff: LayoutTests/http/tests/loading/redirect-methods.html

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html 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/loading/redirect-methods.html
diff --git a/LayoutTests/http/tests/loading/redirect-methods.html b/LayoutTests/http/tests/loading/redirect-methods.html
index 017857931e414fbba23cc9586ec27f123dad58a4..55e2cdbbc939b76a0397e3f8817143f2246a3d08 100644
--- a/LayoutTests/http/tests/loading/redirect-methods.html
+++ b/LayoutTests/http/tests/loading/redirect-methods.html
@@ -21,6 +21,7 @@ function createFrame(index)
var iframe = document.createElement("iframe");
iframe.setAttribute("testCode", testCodes[index]);
iframe.setAttribute("id", index);
+ iframe.setAttribute("name", index);
iframe.setAttribute("height", "90px");
document.body.appendChild(iframe);
iframe.src="resources/redirect-methods-form.html";

Powered by Google App Engine
This is Rietveld 408576698