<html> <head> <title> Iframe page </title> </head> <div> <div> <p><b>Textfield:</b></p> <div>Textfield with id text1</div><div> <input id='text1' type='text'></div> </div> </div> <iframe src=".iframe.html" id="annoying-iframe"></iframe> </html>