зеркало из https://github.com/mozilla/pjs.git
Add frameset regression tests. Not part of build.
This commit is contained in:
Родитель
6aafacdc9e
Коммит
ef655a8acc
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
Align=Middle <IFRAME ALIGN=MIDDLE SRC="bar.html"></IFRAME> Test<BR>
|
||||
Align=Middle <IMG ALIGN=MIDDLE SRC="ant.jpg"> Test<BR>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<HTML>
|
||||
<BODY>
|
||||
<P>The bottom of the iframe should align
|
||||
<IFRAME SRC="bar.html" ALIGN=harish
|
||||
WIDTH=100 HEIGHT=100 SCROLLING=no></IFRAME> to this sentence.
|
||||
</P>
|
||||
</BODY>
|
||||
</HTML>
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 8.3 KiB |
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<TABLE HEIGHT=100%></TABLE>
|
||||
Bar
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<FRAMESET COLS="*,*">
|
||||
<FRAME SRC="foo.html">
|
||||
<FRAME SRC="foo.html">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Brooker's: Online Libraries</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<LINK REV="made" HREF="mailto:webmaster@brookers.co.nz" TITLE="Brooker's Web site">
|
||||
</head>
|
||||
<frameset framespacing="0" border="FALSE" frameborder="0" rows="60,*">
|
||||
<frame name="nav" src="foo.html" scrolling="no" noresize marginwidth="0" marginheight="0">
|
||||
<frame name="content" src="foo.html" scrolling="auto">
|
||||
<noframes>
|
||||
<body link="#660000" vlink="#330099" alink="#336600">
|
||||
<p>This page uses frames, but your browser doesn't support them.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
|
@ -0,0 +1,4 @@
|
|||
<HTML>
|
||||
<BODY BGCOLOR=black>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<!--Revision="C @(#)index.html 1.2 latest revision 3/25/00 15:23:23 " -->
|
||||
<html>
|
||||
<frameset rows="*" frameborder="0" border=0 framespacing="0">
|
||||
<frame name="global" src="blankin.html" marginwidth="0" marginheight="0" scrolling="auto">
|
||||
</frameset>
|
||||
</html>
|
|
@ -0,0 +1,3 @@
|
|||
<HTML>
|
||||
This is the text in the frame.
|
||||
</HTML>
|
|
@ -0,0 +1,17 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function Load() {
|
||||
var URL = top.frames[0].document.forms[0].elements[0].value;
|
||||
|
||||
top.frames[1].document.location.href = URL;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<form onsubmit="Load();return false;">
|
||||
<input type="text" size="50">
|
||||
<input type="submit" value="Load URL">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Bug 28670 - DevEdge Home Page</TITLE>
|
||||
</HEAD>
|
||||
<FRAMESET ROWS="10,*">
|
||||
<FRAME SRC="foo.html" SCROLLING=NO>
|
||||
<FRAME SRC="dev2.html" SCROLLING=AUTO>
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<A TARGET="_top" HREF="dev2.html">Click</A>
|
||||
<TABLE HEIGHT=100%><TR><TD></TD></TR></TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,18 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<STYLE>
|
||||
iframe {display: block}
|
||||
</STYLE>
|
||||
<SCRIPT>
|
||||
function foo (name,dis) {
|
||||
dump(document.getElementById(name).style.display);
|
||||
document.getElementById(name).style.display = dis;
|
||||
}
|
||||
</SCRIPT>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<IFRAME SRC="about:blank" ID="pref1" WIDTH="20%" HEIGHT="250"></IFRAME>
|
||||
<INPUT TYPE=BUTTON VALUE="frame none" ONCLICK="foo('pref1','none')">
|
||||
<INPUT TYPE=BUTTON VALUE="frame block" ONCLICK="foo('pref1','block')">
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,10 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<button onClick="alert('cols('+top.fset.cols+'),rows('+top.fset.rows+')\n')">
|
||||
Dump cols/rows
|
||||
</button>
|
||||
<button onClick="top.fset.cols='50%,*'">
|
||||
Set cols
|
||||
</button>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,11 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Weird Frames</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<FRAMESET COLS="200,*">
|
||||
<FRAME SRC="r3.html" NAME="6">
|
||||
<FRAME SRC="r4.html" NAME="7" MARGINWIDTH="40">
|
||||
</FRAMESET>
|
||||
|
||||
</HTML>
|
|
@ -0,0 +1,7 @@
|
|||
<html><body>
|
||||
<IFRAME WIDTH=125 HEIGHT=125 SCROLLING=NO FRAMEBORDER=0
|
||||
MARGINHEIGHT=0 MARGINWIDTH=0 SRC="http://bugzilla.mozilla.org/ant.jpg">
|
||||
</IFRAME>
|
||||
<style>
|
||||
</style>
|
||||
</body></html>
|
|
@ -1,5 +1,35 @@
|
|||
file://s:/mozilla/layout/html/tests/frameset/core/border1.html
|
||||
file://s:/mozilla/layout/html/tests/frameset/core/border2.html
|
||||
file://s:/mozilla/layout/html/tests/frameset/core/border3.html
|
||||
file://s:/mozilla/layout/html/tests/frameset/core/border4.html
|
||||
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/align.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/align2.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/basic.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/bigfalseborder.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/blank2.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/border1.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/border2.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/border3.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/border4.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/dev1.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/display.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/emptybody.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/extrawebshell.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/frameborderzero.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/framesetgap.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/hideiframe.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/hideiframe2.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/iframealign.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/iframeboxmodel.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/iframecache.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/iframeheight.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/iframeoverflowhidden.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/iframescroll.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/iframexulscroll.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/narrowframe.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/noframescript.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/repaint.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/scrollcrash.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/scrolling.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/simple.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/simple2.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/start.htm
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/targ.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/testindex.html
|
||||
file:///s|/mozilla/layout/html/tests/frameset/core/world.html
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<STYLE TYPE=text/css>
|
||||
BODY {background-attachment: fixed;}
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY BACKGROUND="http://bugzilla.mozilla.org/ant.jpg" TEXT=WHITE>
|
||||
<B>Bug</B>
|
||||
<TABLE HEIGHT=100%><TR><TD></TD></TR></TABLE>
|
||||
<B>Bug</B>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,5 @@
|
|||
<HTML>
|
||||
<BODY BGCOLOR=#00c0c0>
|
||||
Foo
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<foo>
|
||||
Foo
|
||||
</foo>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>A frameset document</TITLE>
|
||||
</HEAD>
|
||||
<FRAMESET cols="33%,33%,33%">
|
||||
<FRAMESET rows="*,200">
|
||||
<FRAME SRC="foo.html" SCROLLING="no">
|
||||
<FRAME SRC="foo.html" marginwidth="10" marginheight="15" noresize>
|
||||
</FRAMESET>
|
||||
<FRAME SRC="foo.html" frameborder="0">
|
||||
<FRAME SRC="foo.html" frameborder="0">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,12 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Bug 624: westwood.com</TITLE>
|
||||
</HEAD>
|
||||
<FRAMESET ROWS="110,*" FRAMESPACING="0" BORDER=0 FRAMEBORDER="NO">
|
||||
<FRAME SRC="foo.html">
|
||||
<FRAMESET COLS="120,*" FRAMEBORDER="NO">
|
||||
<FRAME SRC="foo.html">
|
||||
<FRAME SRC="foo.html">
|
||||
</FRAMESET>
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,24 @@
|
|||
<HTML>
|
||||
<BODY ONLOAD='cell=document.getElementById("cell");
|
||||
frame=document.getElementById("frame")'>
|
||||
<TABLE>
|
||||
<TR>
|
||||
<TD ID="cell">
|
||||
<DIV STYLE="visibility:hidden">
|
||||
Can you see me hidden?
|
||||
<DIV STYLE="visibility:visible">
|
||||
Can you see me visible?
|
||||
</DIV></DIV>
|
||||
<IFRAME ID="frame" SRC="visible.html">
|
||||
</IFRAME>
|
||||
</TD>
|
||||
<TR>
|
||||
</TABLE>
|
||||
<BUTTON ONCLICK="cell.style.clip='rect(0px,0px,200px,200px)';
|
||||
frame.style.height='0px';
|
||||
frame.style.width='0px';
|
||||
">Collapse cell</BUTTON>
|
||||
<BUTTON ONCLICK="cell.style.visibility='visible';
|
||||
">Expand cell</BUTTON>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,17 @@
|
|||
<HTML>
|
||||
<BODY ONLOAD='cell=document.getElementById("cell");
|
||||
frame=document.getElementById("frame")'>
|
||||
<TABLE>
|
||||
<TR>
|
||||
<TD ID="cell">
|
||||
<IFRAME ID="frame" SRC="resource:/res/samples/test9.html">
|
||||
</IFRAME>
|
||||
</TD>
|
||||
<TR>
|
||||
</TABLE>
|
||||
<BUTTON ONCLICK="cell.style.clip='rect(0px,0px,200px,200px)';frame.style.height='0px';
|
||||
frame.style.width='0px';">Collapse cell</BUTTON>
|
||||
<BUTTON ONCLICK="cell.style.clip='rect(0px,0px,0px,0px)';frame.style.height='200px';
|
||||
frame.style.width='200px';">Expand cell</BUTTON>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,7 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<IFRAME SRC="foo.html" ALIGN="RIGHT">
|
||||
Your browser does not support iframes.
|
||||
</IFRAME>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Untitled</title>
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
#fr1 {width: 200; height: 300; top: 10; left: 10; position: absolute; border: 10px solid green;
|
||||
z-index: 2;}
|
||||
#overlay {position: absolute; left: 11; top: 11; width: 200; height: 300;
|
||||
background: white; border: 10px solid red;
|
||||
z-index: 1;}
|
||||
|
||||
#info {position: absolute; left: 10; top: 340; width: 400;
|
||||
background: white; border: 10px solid blue; font-family: arial;
|
||||
padding: 10px;}
|
||||
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<iframe src="foo.html" id="fr1"></iframe>
|
||||
|
||||
<div id="overlay">
|
||||
<!-- Should have the same box size as fr1-->
|
||||
</div>
|
||||
|
||||
<div id="info">
|
||||
<h3>IFRAME box Model</h3>
|
||||
<p>This shows an IFRAME in front of a DIV with the
|
||||
exact same width,height,left,top,border and position style.</p>
|
||||
|
||||
<p>Shouldn't the IFRAME box have exactly the same size as the DIV?</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<body>
|
||||
<A HREF="iframecache.html">Click</A> this<BR>
|
||||
baby
|
||||
<IFRAME ID="IFrame1" FRAMEBORDER="1" SCROLLING="no" SRC="foo.html" height=500 width=600></IFRAME>
|
||||
<script>dump(document.getElementById("IFrame1").src)</script>
|
||||
<script>document.getElementById("IFrame1").src = "bar.html"</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,7 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<IFRAME SRC="foo.html" HEIGHT=25%>
|
||||
Your browser does not support iframes.
|
||||
</IFRAME>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,5 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<IFRAME SRC="bar.html" STYLE="overflow:hidden;">
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Testcase for bug 18650</title>
|
||||
</head>
|
||||
<body>
|
||||
Iframe with no extra space containing a image+br
|
||||
<IFRAME SRC="imagebr.html" MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH=329 HEIGHT=220></IFRAME>
|
||||
Iframe with 15 px extra vertical space containing a image+br
|
||||
<IFRAME SRC="imagebr.html" MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH=329 HEIGHT=235></IFRAME>
|
||||
Iframe with no extra space containing only image
|
||||
<IFRAME SRC="imagebr2.html" MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH=329 HEIGHT=220></IFRAME>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,5 @@
|
|||
<HTML>
|
||||
<BODY ONLOAD="document.location='bar.html';">
|
||||
<IFRAME NAME=foo SRC="foo.xul"></IFRAME>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<body>
|
||||
<A HREF="about:blank"><IMG SRC="ant.jpg" BORDER=0></A>
|
||||
<BR>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<A HREF="about:blank"><IMG SRC="ant.jpg" BORDER=0></A>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<FRAMESET COLS="330,330,*">
|
||||
<FRAME SRC="ant.jpg">
|
||||
<FRAME SRC="ant.jpg" SCROLLING="no">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<FRAMESET COLS="400,*" FRAMEBORDER=0 FRAMESPACING=0 BORDER=0>
|
||||
<FRAME BORDER=0 SRC="bar.html" NAME="tmap" SCROLLING="auto" NORESIZE>
|
||||
<FRAME BORDER=0 SRC="foo.html" NAME="bottom" SCROLLING="auto" NORESIZE>
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,7 @@
|
|||
<HTML>
|
||||
<FRAMESET COLS="50%,1,*" BORDER=0>
|
||||
<FRAME SRC="yellow.html">
|
||||
<FRAME SRC="black.html">
|
||||
<FRAME SRC="white.html">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,14 @@
|
|||
<HTML>
|
||||
<FRAMESET ROWS="*">
|
||||
<FRAME SRC="bar.html">
|
||||
<NOFRAMES>
|
||||
<B>
|
||||
<CENTER>
|
||||
<SCRIPT><!--
|
||||
dump("Hi.\n");
|
||||
//--></SCRIPT>
|
||||
</CENTER>
|
||||
</B>
|
||||
</NOFRAMES>
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Watch the Frames Break</title>
|
||||
</head>
|
||||
<frameset rows="50,*" framespacing=0 frameborder=0 border=0>
|
||||
<frameset cols="*,150" framespacing=0 frameborder=0 border=0>
|
||||
<frame name="logo" src="test0.html" marginwidth=0 marginheight=0 scrolling=no noresize>
|
||||
<frame name="info" src="test0.html" marginwidth=0 marginheight=0 scrolling=no noresize>
|
||||
</frameset>
|
||||
<frameset cols="*,150" framespacing=0 frameborder=0 border=0>
|
||||
<frame name="main" src="test1.html" marginwidth=0 marginheight=0 scrolling=auto noresize>
|
||||
<frame name="toc" src="test2.html" marginwidth=0 marginheight=0 scrolling=auto noresize>
|
||||
</frameset>
|
||||
<noframes>
|
||||
<body bgcolor="#000000" text="#cccccc" topmargin=0 leftmargin=0>
|
||||
You're not using a frames-capable browser ... get with the program!
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
|
@ -0,0 +1,11 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE></TITLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY BGCOLOR="#FFFFCC">
|
||||
|
||||
Some text
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,9 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE></TITLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY BGCOLOR="#CCCCFF">
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,9 @@
|
|||
<HTML>
|
||||
<FRAMESET COLS="20%,80%">
|
||||
<FRAMESET ROWS="30%,70%">
|
||||
<FRAME SRC="foo.html">
|
||||
<FRAME SRC="foo.html">
|
||||
</FRAMESET>
|
||||
<FRAME SRC="foo.html">
|
||||
</FRAMESET>
|
||||
</HTML>
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 449 B |
|
@ -0,0 +1,5 @@
|
|||
<HTML>
|
||||
<FRAMESET ROWS="*">
|
||||
<FRAME SCROLLING=NO SRC="fixedbg.html">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,16 @@
|
|||
<html>
|
||||
<frameset rows="*,*">
|
||||
<frameset cols="*,*,*,*">
|
||||
<frame scrolling="yes" src="bar.html">
|
||||
<frame scrolling="no" src="bar.html">
|
||||
<frame scrolling="auto" src="bar.html">
|
||||
<frame src="bar.html">
|
||||
</frameset>
|
||||
<frameset cols="*,*,*,*">
|
||||
<frame scrolling="yes" src="foo.html">
|
||||
<frame scrolling="no" src="foo.html">
|
||||
<frame scrolling="auto" src="foo.html">
|
||||
<frame src="foo.html">
|
||||
</frameset>
|
||||
</FRAMESET>
|
||||
</html>
|
|
@ -0,0 +1,11 @@
|
|||
<HTML>
|
||||
<HEAD><TITLE>Simple Frameset</TITLE>
|
||||
</HEAD>
|
||||
<FRAMESET NAME="fset" COLS="25%,*,250" BORDERWIDTH=2 BORDER=1>
|
||||
<FRAME SRC="dumper.html" NAME="frame1" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame2" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame3" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame4" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame5" SCROLLING="AUTO">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,12 @@
|
|||
<HTML>
|
||||
<HEAD><TITLE>Simple Frameset</TITLE>
|
||||
</HEAD>
|
||||
<!--FRAMESET NAME="fset" COLS="25%,*,250" BORDERWIDTH=2 BORDER=1-->
|
||||
<FRAMESET NAME="fset" COLS="25%,*,25%,*,*" BORDERWIDTH=0 BORDER=1>
|
||||
<FRAME SRC="dumper.html" NAME="frame1" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame2" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame3" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame4" SCROLLING="AUTO">
|
||||
<FRAME SRC="dumper.html" NAME="frame5" SCROLLING="AUTO">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<frameset rows="7%,*" border=1>
|
||||
<frame src="content.htm" scrolling="no">
|
||||
<frame src="about:blank">
|
||||
</frameset>
|
||||
</html>
|
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<FRAMESET ROWS="*,*">
|
||||
<FRAME SRC="topfr.html" NAME="topframe">
|
||||
<FRAME SRC="foo.html">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Watch the Frames Break</title>
|
||||
</head>
|
||||
<body bgcolor="#000000" text="#cccccc">
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Watch the Frames Break</title>
|
||||
</head>
|
||||
<body bgcolor="#000000" text="#cccccc">
|
||||
Note: The frame to the right should *not* have a
|
||||
scrollbar, and it should be exactly 150 pixels wide!
|
||||
Measure the white space (take a screenshot and measure
|
||||
it in Photoshop or something). With M7, it's too narrow.
|
||||
At least the scrollbar problem is fixed, but this isn't
|
||||
that much better.
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Watch the Frames Break</title>
|
||||
</head>
|
||||
<body bgcolor="#CC0000" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
|
||||
<img src="ruler150.gif" hspace=0 vspace=0 border=0 alt="">
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,23 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<SCRIPT>
|
||||
function loadFrames(){
|
||||
top.frames[1].document.open();
|
||||
top.frames[1].document.write
|
||||
("This message doesn't appear on the screen.");
|
||||
top.frames[1].document.close();
|
||||
};
|
||||
</SCRIPT>
|
||||
|
||||
</HEAD>
|
||||
<FRAMESET ROWS = 25,25 onLoad=loadFrames()>
|
||||
<FRAME SRC=about:blank>
|
||||
<FRAME SRC=about:blank>
|
||||
</FRAMESET>
|
||||
|
||||
<NOFRAMES>
|
||||
<BODY> <P> </BODY>
|
||||
</NOFRAMES>
|
||||
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<FRAMESET COLS="*,*">
|
||||
<FRAME SRC="toptarg.html">
|
||||
<FRAME SRC="foo.html">
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,5 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<A HREF="about:blank" TARGET="topframe">Click me</A>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,8 @@
|
|||
<HTML><BODY>
|
||||
<DIV STYLE='visibility:hidden'>
|
||||
Can you see me hidden?
|
||||
<DIV STYLE='visibility:visible'>
|
||||
Can you see me visible?
|
||||
</DIV>
|
||||
</DIV>
|
||||
</BODY></HTML>
|
|
@ -0,0 +1,4 @@
|
|||
<HTML>
|
||||
<BODY BGCOLOR=white>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,6 @@
|
|||
<HTML>
|
||||
<FRAMESET ROWS="*,100" FRAMEBORDER=0 FRAMESPACING=0 BORDER=0>
|
||||
<FRAME BORDER=0 SRC="maps.html" NAME="map" SCROLLING="auto" NORESIZE>
|
||||
<FRAME BORDER=0 SRC="foo.html" NAME="key" SCROLLING="auto" NORESIZE>
|
||||
</FRAMESET>
|
||||
</HTML>
|
|
@ -0,0 +1,4 @@
|
|||
<HTML>
|
||||
<BODY BGCOLOR=yellow>
|
||||
</BODY>
|
||||
</HTML>
|
Загрузка…
Ссылка в новой задаче