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

10 lines
174 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<FRAMESET COLS="20%,80%">
<FRAMESET ROWS="30%,70%">
<FRAME SRC="foo.html">
<FRAME SRC="foo.html">
</FRAMESET>
<FRAME SRC="foo.html">
</FRAMESET>
</HTML>