RetroZilla/layout/html/tests/frameset/core/basic.html

7 lines
101 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<FRAMESET COLS="*,*">
<FRAME SRC="foo.html">
<FRAME SRC="foo.html">
</FRAMESET>
</HTML>