| Index: chrome/test/webdriver/test/alerts.html
|
| diff --git a/chrome/test/webdriver/test/alerts.html b/chrome/test/webdriver/test/alerts.html
|
| index 93fc102c074943be5d795fe90ff82274199342ce..76d5bd0b163c31ccdb71204221b29be9cc9aa152 100644
|
| --- a/chrome/test/webdriver/test/alerts.html
|
| +++ b/chrome/test/webdriver/test/alerts.html
|
| @@ -3,5 +3,6 @@
|
| <input name='onkeypress' type='text' onkeypress='alert("ok")'></input>
|
| <input name='onkeyup' type='text' onkeyup='alert("ok")'></input>
|
| <input name='normal' type='text'></input>
|
| + <iframe id='subframe' src='iframe_src.html'>
|
| </body>
|
| </html>
|
|
|