| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Inner HTML but with an iframe of it's own.</title> | |
| </head> | |
| <body> | |
| <h1>A HTML page to be hosted in a guest_contents that has an iframe of it's own.</h1> | |
| <iframe id="iframe" src="about:blank" width="300" height="200"></iframe> | |
| </body> | |
| </html> |