| 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 @@
 | 
|      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";
 | 
| 
 |