adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
33
mozilla/parser/htmlparser/tests/html/Bug1220.html
Normal file
33
mozilla/parser/htmlparser/tests/html/Bug1220.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<SCRIPT LANGUAGE='JavaScript'>
|
||||
|
||||
<!--
|
||||
theagent=navigator.userAgent;
|
||||
pointsize="";
|
||||
if (theagent.indexOf('PPC') != -1 || theagent.indexOf('68K') != -1 || theagent.indexOf('SunOS') != -1 || theagent.indexOf('IRIX') != -1 || theagent.indexOf('HP-UX') != -1 || theagent.indexOf('AIX') != -1 || theagent.indexOf('Linux') != -1) {
|
||||
pointsize="POINT-SIZE=\"12\"";
|
||||
}
|
||||
//-->
|
||||
|
||||
</SCRIPT>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=602 BORDER=1>
|
||||
<TR>
|
||||
<TD COLSPAN="2" ROWSPAN=2 VALIGN=TOP BGCOLOR="#FFFFFF">
|
||||
<IMG src="http://register.microsoft.com/library/images/gifs/regwiz/wiz438sidebar.gif" ALT="" BORDER=0>
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
<SCRIPT LANGUAGE=javascript>
|
||||
<!--
|
||||
function handleTrigger() { }
|
||||
//-->
|
||||
</SCRIPT>
|
||||
<TR>
|
||||
<TD COLSPAN=6 HEIGHT="45" ALIGN=RIGHT>xxx</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user