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

7 lines
234 B
HTML

<HTML>
<FRAMESET ROWS="*,100" FRAMEBORDER=0 FRAMESPACING=0 BORDER=0>
<FRAME BORDER=0 SRC="maps.html" NAME="map" SCROLLING="auto" NORESIZE>
<FRAME BORDER=0 SRC="foo.html" NAME="key" SCROLLING="auto" NORESIZE>
</FRAMESET>
</HTML>