Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug46368-1.html
blob4945d5e0f455005c4c25b065bc097264aa34db1c
1 <HTML>
2 <HEAD>
3 <TITLE>mozilla.org: Bug 46368</TITLE>
4 <STYLE>#myWord { color: blue; }</STYLE>
5 </HEAD>
6 <BODY onLoad="doClick()">
7 <TABLE border="1" width="100%" bgcolor="Aqua">
8 <TR>
9 <TD>
10 <TABLE border="1" bgcolor="Fuchsia">
11 <TR>
12 <TD>Mozilla To Be Dually-Licensed<BR>Plans are underway to make the <FONT id="myWord">Mozilla</FONT> code available under a
13 dual MPL/GPL license. See the for more info. We're gathering contributor input now, in the newsgroup.<BR>
14 </TD>
15 </TR>
16 </TABLE>
17 </TD>
18 <TD>This status update contains information on MailNews, XML/DOM, XPToolkit, Architecture, Bidi, Necko/Imglib, and more...
19 </TD>
20 </TR>
21 </TABLE>
22 <SCRIPT language="JavaScript1.2">
24 function doClick() {
25 var myFont=document.getElementById("myWord");
26 var myText=document.getElementById("txtFontSize");
27 myFont.size=myText.value;
30 </SCRIPT><BR>
31 <INPUT onClick="javascript:document.location.reload()" type="submit" name="btnReload" value="Reload">&nbsp;
32 <INPUT onClick="javascript:doClick()" type="submit" name="btnChange" value="Change Font">&nbsp;
33 <INPUT name="txtFontSize" id="txtFontSize" value="6">
34 </BODY>
35 </HTML>