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

10 lines
195 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<HEAD>
<TITLE>Bug 28670 - DevEdge Home Page</TITLE>
</HEAD>
<FRAMESET ROWS="10,*">
<FRAME SRC="foo.html" SCROLLING=NO>
<FRAME SRC="dev2.html" SCROLLING=AUTO>
</FRAMESET>
</HTML>