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

12 lines
245 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<FRAMESET ROWS="*,*" FRAMEBORDER="NO" BORDER=0>
<FRAME SRC="border_none.html">
<FRAMESET cols=*,* FRAMEBORDER="NO" BORDER=10>
<FRAME SRC="border_none.html">
<FRAME SRC="border_none.html">
</FRAMESET>
</FRAMESET>
</HTML>