| Index: LayoutTests/http/tests/misc/form-target-iframe-location-change.html
|
| diff --git a/LayoutTests/http/tests/misc/form-target-iframe-location-change.html b/LayoutTests/http/tests/misc/form-target-iframe-location-change.html
|
| index 54a3af9b4ee23bf2de4f47634cc4412104dfa622..8a69373fdc5c9fb636be1f14fa6fb3fd0f2d1488 100644
|
| --- a/LayoutTests/http/tests/misc/form-target-iframe-location-change.html
|
| +++ b/LayoutTests/http/tests/misc/form-target-iframe-location-change.html
|
| @@ -15,6 +15,6 @@ function childDone() {
|
| }
|
| </script>
|
| <iframe id="formframe" name="formframe"></iframe>
|
| -<iframe id="navframe" src="resources/submit-in-sibling-frame.html"></iframe>
|
| +<iframe name="navframe" src="resources/submit-in-sibling-frame.html"></iframe>
|
| </body>
|
| </html>
|
|
|