| Index: LayoutTests/fast/events/popup-blocked-to-post-blank.html
|
| diff --git a/LayoutTests/fast/events/popup-blocked-to-post-blank.html b/LayoutTests/fast/events/popup-blocked-to-post-blank.html
|
| index 4ba21a5a9693da9ea4ab232a59c791e83d9cded7..b60d830d82d038344dff221534288d0e50d21fc3 100644
|
| --- a/LayoutTests/fast/events/popup-blocked-to-post-blank.html
|
| +++ b/LayoutTests/fast/events/popup-blocked-to-post-blank.html
|
| @@ -27,6 +27,6 @@ Window object. Otherwise, the test passes.
|
| <form id="form2" action="data:text/html,<b>hello!</b><script>window.testRunner && testRunner.notifyDone()</script>" target="target">
|
| <input type="submit" value="Submit local page Javascript"/>
|
| </form>
|
| -<iframe id="target"></iframe>
|
| +<iframe name="target"></iframe>
|
| </body>
|
| </html>
|
|
|