chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug46368-1.html

<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>