| Index: LayoutTests/fast/events/popup-when-select-change.html
 | 
| diff --git a/LayoutTests/fast/events/popup-when-select-change.html b/LayoutTests/fast/events/popup-when-select-change.html
 | 
| index 5d6b480a7ad39ea236c4a7265f1197edf7182eab..ac73e94b1d9ed6d4b6b4a1723c5ef62985372cf6 100644
 | 
| --- a/LayoutTests/fast/events/popup-when-select-change.html
 | 
| +++ b/LayoutTests/fast/events/popup-when-select-change.html
 | 
| @@ -45,6 +45,6 @@
 | 
|  <form id="form2" action="data:text/html,<b>hello!</b><script>window.testRunner && testRunner.notifyDone()</script>" target="panel">
 | 
|  <input type="submit" value="Submit local page Javascript"/>
 | 
|  </form>
 | 
| -<iframe name="target"></iframe><iframe name="panel"></iframe>
 | 
| +<iframe id="target"></iframe><iframe id="panel"></iframe>
 | 
|  </body>
 | 
|  </html>
 | 
| 
 |