RetroZilla/layout/html/tests/printer/more_iframes/iframe_in_iframe/the_iframe.html
2015-10-20 23:03:22 -04:00

8 lines
133 B
HTML

<html>
<body>
This is some body text IFRAME #1.
<hr>
<iframe src=the_iframe2.html style="height:30px"></iframe><br>
</form>
</body>