| Index: trunk/LayoutTests/fast/events/popup-when-select-change.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/events/popup-when-select-change.html (revision 168578)
|
| +++ trunk/LayoutTests/fast/events/popup-when-select-change.html (working copy)
|
| @@ -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>
|
|
|