RetroZilla/layout/html/tests/frameset/core/basic.html
2015-10-20 23:03:22 -04:00

7 lines
101 B
HTML

<HTML>
<FRAMESET COLS="*,*">
<FRAME SRC="foo.html">
<FRAME SRC="foo.html">
</FRAMESET>
</HTML>