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