blob: 5931cf9b1eea8f51b66e4a0bd4a9a01b2d3c5044 [file]
<!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>