new regression tests, not affecting the build.

This commit is contained in:
karnaze%netscape.com 2000-09-07 22:05:12 +00:00
Родитель a3d81c4723
Коммит 448dcc252f
3 изменённых файлов: 66 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,35 @@
<HTML>
<HEAD>
<TITLE>mozilla.org: Bug 46368</TITLE>
<STYLE>#myWord { color: blue; }</STYLE>
</HEAD>
<BODY onLoad="doClick()">
<TABLE border="1" width="100%" bgcolor="Aqua">
<TR>
<TD>
<TABLE border="1" bgcolor="Fuchsia">
<TR>
<TD>Mozilla To Be Dually-Licensed<BR>Plans are underway to make the <FONT id="myWord">Mozilla</FONT> code available under a
dual MPL/GPL license. See the for more info. We're gathering contributor input now, in the newsgroup.<BR>
</TD>
</TR>
</TABLE>
</TD>
<TD>This status update contains information on MailNews, XML/DOM, XPToolkit, Architecture, Bidi, Necko/Imglib, and more...
</TD>
</TR>
</TABLE>
<SCRIPT language="JavaScript1.2">
function doClick() {
var myFont=document.getElementById("myWord");
var myText=document.getElementById("txtFontSize");
myFont.size=myText.value;
}
</SCRIPT><BR>
<INPUT onClick="javascript:document.location.reload()" type="submit" name="btnReload" value="Reload">&nbsp;
<INPUT onClick="javascript:doClick()" type="submit" name="btnChange" value="Change Font">&nbsp;
<INPUT name="txtFontSize" id="txtFontSize" value="6">
</BODY>
</HTML>

Просмотреть файл

@ -0,0 +1,29 @@
<HTML>
<HEAD>
<TITLE>mozilla.org: Bug 46368</TITLE>
<STYLE>#myWord { color: blue; }</STYLE>
</HEAD>
<BODY onLoad="doClick()">
<TABLE border="1" width="100%" bgcolor="Aqua">
<TR>
<TD width=300><FONT id="myWord">Mozilla</FONT> code available under a
dual MPL/GPL license. See the for more info.<BR>
</TD>
<TD> foo bar foo bar foo bar foo bar foo bar </td>
</TR>
</TABLE>
<SCRIPT language="JavaScript1.2">
function doClick() {
var myFont=document.getElementById("myWord");
var myText=document.getElementById("txtFontSize");
myFont.size=myText.value;
}
</SCRIPT><BR>
<INPUT onClick="javascript:document.location.reload()" type="submit" name="btnReload" value="Reload">&nbsp;
<INPUT onClick="javascript:doClick()" type="submit" name="btnChange" value="Change Font">&nbsp;
<INPUT name="txtFontSize" id="txtFontSize" value="6">
</BODY>
</HTML>

Просмотреть файл

@ -194,6 +194,8 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug4520.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4523.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4527.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4576.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug46368-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug46368-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4739.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4803.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4849.html