Adding frameset navigation tests

git-svn-id: svn://10.0.0.236/trunk@104310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2001-10-01 11:50:32 +00:00
parent 1d183f2499
commit acc6a4f0a7
56 changed files with 1867 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<HTML>
<FRAMESET border="1" rows="1*,1*" cols="*">
<FRAME id="frmFooter" name="header" scrolling="auto" src="simple_sub2.html">
<FRAME id="frmContent" name="display" src="simple_sub1.html">
</FRAMESET>
</HTML>