Chromium Code Reviews

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

Issue 198183003: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined manually Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 55e2cdbbc939b76a0397e3f8817143f2246a3d08..017857931e414fbba23cc9586ec27f123dad58a4 100644
--- a/LayoutTests/http/tests/loading/redirect-methods.html
+++ b/LayoutTests/http/tests/loading/redirect-methods.html
@@ -21,7 +21,6 @@ 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