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

7 lines
234 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>