| 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 b60d830d82d038344dff221534288d0e50d21fc3..4ba21a5a9693da9ea4ab232a59c791e83d9cded7 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 @@
 | 
|  <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>
 | 
| 
 |