| Index: trunk/LayoutTests/fast/events/popup-blocked-to-post-blank.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/events/popup-blocked-to-post-blank.html (revision 168578)
|
| +++ trunk/LayoutTests/fast/events/popup-blocked-to-post-blank.html (working copy)
|
| @@ -27,6 +27,6 @@
|
| <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 name="target"></iframe>
|
| +<iframe id="target"></iframe>
|
| </body>
|
| </html>
|
|
|