adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
38
mozilla/parser/htmlparser/tests/html/bug12269.html
Normal file
38
mozilla/parser/htmlparser/tests/html/bug12269.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<HTML><BODY>
|
||||
|
||||
<TABLE border=1 cellpadding="0" cellspacing="2" bgcolor="#ffffff" width="95%">
|
||||
<TR>
|
||||
<td VALIGN=center width=10% nowrap>
|
||||
<FONT SIZE="+2" color=666699>
|
||||
Stuart Parmenter
|
||||
</FONT>
|
||||
</td>
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript1.2">
|
||||
var app = navigator.appName;
|
||||
if (app == "Netscape")
|
||||
{
|
||||
document.write("<TD VALIGN=center width=10% nowrap>");
|
||||
document.write("<a href=javascript:showVCard(); ");
|
||||
document.write(" onMouseOver='top.status=\"View the Digital Business Card of this person...\"; return true'");
|
||||
document.write(" CLASS=none>");
|
||||
document.write("<img src='/dsgw/bin/lang?context=default&file=vcard.gif' border=0 height=20 width=24 alt='Click to view the Digital Business Card of this person.'>");
|
||||
document.write("<font color=#666699>View Vcard</font></a>");
|
||||
document.write("</TD>");
|
||||
}
|
||||
</script>
|
||||
|
||||
<![if ! IE 5]>
|
||||
<TD VALIGN=center width=15% nowrap>
|
||||
cell1
|
||||
</TD>
|
||||
</TR>
|
||||
<tr>
|
||||
<td>cell2</td>
|
||||
<td>cell3</td>
|
||||
<td>cell4</td>
|
||||
</tr>
|
||||
</TABLE>
|
||||
|
||||
</BODY></HTML>
|
||||
|
||||
Reference in New Issue
Block a user