| Index: trunk/LayoutTests/http/tests/loading/redirect-methods.html
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/loading/redirect-methods.html (revision 168578)
|
| +++ trunk/LayoutTests/http/tests/loading/redirect-methods.html (working copy)
|
| @@ -21,7 +21,6 @@
|
| 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";
|
|
|