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>

View File

@@ -0,0 +1,76 @@
<HTML>
<HEAD>
<TITLE>Sub Doc 1</TITLE>
<BASE target="header">
</HEAD>
<BODY>
Some text before
<iframe src=sub_iframe.html></iframe>
<a href=link.html>Link</a>
This is Sub Frame #1 x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x <br>
<img src="../raptor.jpg" width=50 height=50>
Line 1<br>
Line 1<br>
Line 2<br>
Line 3<br>
Line 4<br>
Line 5<br>
Line 6<br>
Line 7<br>
Line 8<br>
Line 9<br>
Line 10<br>
Line 11<br>
Line 12<br>
Line 13<br>
Line 14<br>
Line 15<br>
Line 16<br>
Line 17<br>
Line 18<br>
Line 19<br>
Line 20<br>
Line 21<br>
Line 22<br>
Line 23<br>
Line 24<br>
Line 25<br>
Line 26<br>
Line 27<br>
Line 28<br>
Line 29<br>
Line 30<br>
Line 31<br>
Line 32<br>
Line 33<br>
Line 34<br>
Line 35<br>
Line 36<br>
Line 37<br>
Line 38<br>
Line 39<br>
Line 40<br>
Line 41<br>
Line 42<br>
Line 43<br>
Line 44<br>
Line 45<br>
Line 46<br>
Line 47<br>
Line 48<br>
Line 49<br>
Line 50<br>
Line 51<br>
Line 52<br>
Line 53<br>
Line 54<br>
Line 55<br>
Line 56<br>
Line 57<br>
Line 58<br>
Line 59<br>
</BODY>
</HTML>

View File

@@ -0,0 +1,73 @@
<HTML>
<HEAD>
<TITLE>Sub Doc 2</TITLE>
<BASE target="display">
</HEAD>
<BODY>
<a href=link.html>Link</a>
Some text Before >>>>>>>>
<a href=link.html>Link</a>
This is "display" of the frame set (Sub Doc 2)<br>
o o o o o o o o o o o o o
o o o o o o o o o o o o o o o o o o
o o o o o o o o o o o o o o o o o o
o o o o o o o o o o o o o o o o o o <br>
2Line 1<br>
2Line 2<br>
2Line 3<br>
2Line 4<br>
2Line 5<br>
2Line 6<br>
2Line 7<br>
2Line 8<br>
2Line 9<br>
2Line 10<br>
2Line 11<br>
2Line 12<br>
2Line 13<br>
2Line 14<br>
2Line 15<br>
2Line 16<br>
2Line 17<br>
2Line 18<br>
2Line 19<br>
2Line 20<br>
2Line 21<br>
2Line 22<br>
2Line 23<br>
2Line 24<br>
2Line 25<br>
2Line 26<br>
2Line 27<br>
2Line 28<br>
2Line 29<br>
2Line 30<br>
2Line 31<br>
2Line 32<br>
2Line 33<br>
2Line 34<br>
2Line 35<br>
2Line 36<br>
2Line 37<br>
2Line 38<br>
2Line 39<br>
2Line 40<br>
2Line 41<br>
2Line 42<br>
2Line 43<br>
2Line 44<br>
2Line 45<br>
2Line 46<br>
2Line 47<br>
2Line 48<br>
2Line 49<br>
2Line 50<br>
2Line 51<br>
2Line 52<br>
2Line 53<br>
2Line 54<br>
2Line 55<br>
2Line 56<br>
2Line 57<br>
2Line 58<br>
2Line 59<br></BODY>

View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Page with a form and a popup menu to test in an iframe</title>
</head>
<body>
<a href=link.html>Link</a>
This is some body text.
</body>