RetroZilla/layout/html/tests/frameset/bugs/0021268_zero_percent_size.html

7 lines
105 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<FRAMESET ROWS="0%,100%">
<FRAME SRC="foo.html">
<FRAME SRC="foo.html">
</FRAMESET>
</HTML>